Hey! I'm Fluffy. I have been using HTML and CSS for multiple years now and this is my official guide on how to make a spacehey theme/layout. Lets go!
Contents:
Prerequisites Start ProblemsPrerequisites
Before you create a theme, you will need to learn basic HTML and CSS.
If you want to learn quickly (and don't mind reading), I recommend using w3schools.
Start
Now that you know HTML & CSS, it should be very easy for you to code a layout! I use this to help me code one. Using insect element, you can hover over an object to work out the classes. Then all you have to do is edit tha classes.
Problems I Found
A problem I found was I couldn't change the color if it was a "var".
To fix this, put the following code at the TOP of your "style" tag.
:root {
--(name): (color);
}
Replace (name) with the name shown and (color) with the color you would like to change it to.
Comments
Displaying 0 of 0 comments ( View all | Add Comment )