Comments on 04 || Cutouts [F2U] All Comments Start of Thread Parent

Oh nice! CSS is short for Cascading Style Sheets, and it's basically a much easier way to put styling on code. If you've come across users or characters with a totally different layout from the default toyhouse look, they've got that fancy CSS stuff! There's a couple of websites that explain it better than me though, so feel free to also look it up! ^^

This user is not visible to guests.

I think you can change the background of your user profile and character profile without css! There are some code that you can use here, but I don't have them on hand :0c you can look around for them! I think user cheerikola has some code for that.

For the progress bar, I haven't actually used them in my codes yet so I'm not very familiar with it, BUT I think you can change the progress by finding style="width: percentage" and you can change the number to move the progress! like 50%, 75% etc etc. For the colors, if the code has custom colors I think you can change it with background:color so you can use hex #000000 colors or rgb(0,0,0) colors for the background! If you need more info, you can refer to this web page: https://getbootstrap.com/docs/4.4/components/progress/ I can't help much because it's not my code though ^^;