if you need some help with your css, im happy to help !
here's some basic info:
**go to your profile, click on "Edit Your Profile", scroll down to the bottom and paste your desired code in the box labeled "CSS" !
if you want to set your background use:
body{
background: url(your image link);
background-size: cover;
}
if you dont want it to cover your entire page, you can leave out the "background-size: cover;"
to get rid of a repeating background use:
body{
background: url();
background-size: cover;
background-repeat: no-repeat;
}
the font im using rn is "MS Gothic"
if you want to make something round use:
border-radius: 100px;
if you just want to round the corners:
border-radius: 10px;
to make everything lowercase use:
body{
text-transform: lowercase;
}
if you want to put a picture/gif in the corner:
.url {
background: url(your image link) no-repeat;
position: fixed;
right: 0;
bottom: 0px;
color: #ffffff00;
background-size: 300px;
height: 270px;
width: 270px;
border: none;
box-shadow: none;
z-index: 1000;
font-size: 0px;
opacity: 1;
}
and make sure to tamper with the width and height so it fits your picture!
chillajax | 1620634371000 hello, can i ask how u did the like trigger warning at the start? 🤔 |
Liyex | 1618919294000 thanks a lot ! you helped me so much x) |
solarium | 1616631405000 i'm really confused as to how to embed images in your blurbs or song tabs, can you lmk whenever? ty <33 |
RazRat | 1616966898000 how to change cursor pls |
toastedhamster | 1616595331000 thank you ! :) |
veelemon | 1615551349000 hey ^^ i was wondering how you put a picture with your song, its rlly cool :] |
4 | 1615003380000 how do i make my profile hover up and down? :D |
ender | 1612053772000 thank you! |