01 / 05
CSS lives in its own file
You can write CSS inside the HTML, but putting it in a separate file is the usual way.
- however many pages you have, one CSS file will do
- when you want to change how something looks, you know which file to open
- the HTML is left holding nothing but contents, so it reads easily