feel free to copy and paste these into your profile have fun customizing your profile!
these are a few things I've found along the way hope this helps!
Gradients
main {
background-color: #000000;
background: linear-gradient(to top, gray, black);
}
this will work in many sections of your profile like body, main footer etc.
you can also add multiple colors in the gradient using a color picker and HEX codes
Marquee (moving text)
<marquee style="font-size:50px">YOUR TEXT HERE</marquee>
Note: remember to place this outside of your style
.count {
color: insert hex code here;
}
use a color picker to change the hex code of the counters on your page. this will change the color of the numbers of friends you have and the "displaying n of n comments"
you can do the same thing with
a:hover {
color: insert hex code here;
}
this changes the color when you hover over links from red to whatever you want.
retro online now
.online{content:url(https://cdn.discordapp.com/attachments/246769804554272778/909609118338285598/onlinenow_1.gif);
width: 80px;
height: 20px;
}
Comments
Displaying 0 of 0 comments ( View all | Add Comment )