Friday
Today you should be working on your independent Web coding project. By this point you should have:
index.html
- with a link to your main.css
- with a link to at least one Google font
- should use semantic elements (header, nav, main, aside, footer)
- the nav should point to at least 4 sub-pages (but it's okay if those pages have not yet been coded up)
main.css
- at least one font should be applied to at least one selector
- you should set the background-color of at least one element
- you should use padding and margin on at least one element
- your code should follow a system (like being in alphabetical order)
