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
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;}
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
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:
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;}