Articles on: Creator Guides

A Guide to CSS: Main Guide (Being updated - slightly out of date)

Directory

What is CSS & HTML

Where to put CSS & HTML code

How to format code

  • Where to put your code
  • Organize your code in order of priority
  • [Tags, and do you put everything in .**
  • You didn't put the whole code. Maybe you got code from my collection or from others, but you thought that some parts of it were unneeded or you unintentionally cut things out. Paste in the whole thing, and maybe ask someone knowledgeable in css about the purpose of the other parts.
  • There are characters that shouldn't be in there. Maybe there's a random slash in there, or you accidentally left out a semicolon. Frick semicolons bro
  • Conflicting pieces of code. Perhaps you put in something to remove a gradient, but it shares the same class ID of an element you were going to modify. Same as trying to make something visible when you had another thing making it invisible. Make sure to take note of what you put in your About Me section.
  • You copied codes from my collection, but failed to change the capitalized words to the correct values. Each code should have instructions on what to replace.
  • You already have put in coding for that element/ID. If this happens, just try placing the properties (like background-image, color, etc) in the existing section of code for that element.
  • You need to put a linebreak between tags. for example, you have the embed link things for your font and immediately put after it. There needs to be space in between these two for it to function.
  • You'll need to put !important before the semicolon.  This is only needed to be done when the site refuses to change the style of the element due to it prioritizing the default style of the website. Do it like this: background-color: white !important;
Going on the profile sent me to the reload page!
  • This is most likely because the code you've put in is incorrect, thus resulting in an error. I've only seen one case of this happening, and it's because someone had been messing with the code for the audio player. I am not sure what specific things triggers this, but here's how to stop your profile from directing you to the reload page:
  • Go to the main page of the website.
  • Access the Settings page through the top right corner drop down menu.
  • Delete the code that likely caused this issues.
  • Afterwards, look over your code to see what could have made it go awry.


Previous Article

Next Article

Return to Index

Guide to CSS: Code Collection

Updated on: 07/08/2025