CSS 101

What is CSS?

CSS stands for "cascading stylesheets." Stylesheets use rules to set things like colors and sizes and applies them to elements associated with a given selector. They're called "cascading" because rules that appear later on will overwrite rules applied earlier.

Vocabulary

Additional resources

Anatomy of a CSS Rule

Unlike HTML files, Neocities does not give you any initial CSS to investigate, but that's because CSS rules are simple and you add them as you go. They're not as structured as HTML.

Selectors

Properties