cant post my layout for some reason so here it is: /* ok honestly this is too much of a mess for me to bother commenting everything sorry. if you wanna change colours just change all the hexcodes (#00FF00) to the colour you want. if you have no clue what that is, just search up HTML colors and use a website from there. the custom PFP can be changed in .profile-pic background image. the background ... » Continue Reading
a rating system for profile layouts, people can give kudos to someones profile and there can be like a leaderboard (or not if that makes it too competitive) but it incentivizes people to come up with cool new ideas for their profiles while also incentivizing people to learn more about HTML and CSS » Continue Reading
just found a cool way to set a different PFP for your profile if anybody wants it, just set the opacity to 0 on .profile-pic .pfp-fallback, and then give .profile-pic a background image of the image you want .profile-pic .pfp-fallback { opacity: 0; } .profile-pic { background-image: url("link to image here") background-size: 100%; } » Continue Reading