Home | All Fwiends | Random | Online | Music | Blog | Search

♡ChunChunn♡'s Blog

"All my besties are cute/hot asf <3"
Neither
12 years old
United States
Last Login: 1614639258000
Contacting ♡ChunChunn♡
Message
Report
Add
Block
All Blogs (1/10)
1614219784000

♡ CSS Help? ♡

I know that ive already done a bit to my page but does anyone have any like tips or know how to do some stuff that i haven't put? Im really confused smh

Please login to leave a comment.
Comments
pinheadjazzy
1614240432000

OOO YOU COULD CHANGE THE LOGO!! heres the code :D

.logo { font-size: 0px; }
.logo::after { content: "whatever you want right here!!"; font-size: 15px; color: white; font-weight: 800; }

the only thing you have to do is put it in the beginning of the css box or it wont work, i can answer any questions the best i can if you have any :DD

Grillbert
1614222238000

ah comment boxes should be transparent and scrollable

::-webkit-scrollbar {
width: 8px;
height: 0px;
}
::-webkit-scrollbar-track {
background: transparent;
}
::-webkit-scrollbar-thumb {
border-radius: 0px;
background: transparent;
box-shadow: inset 0 0 0px #D3D3D3;
}
.box.comments{
background-color: rgba(60, 120, 120, 0);
background-size: cover;
color: #F8EFEA;
font-size:15px;
font-weight: normal;
text-shadow: -3px -2px rgb(0, 133, 116);
border:

pap3rcl1pz__
1614220639000

uhmmmmm like. i only rlly know the CSS and it’s basically likeee,, for a background image, its body{ background-image: url(insert-url-for-ur-image-here) }, for a background color its body{ background:#insert-hex-code-for-ur-color;} and for an accent color its body{color:#insert-hex-code-again;}

(3/10)