Individual List
- Line 5- Doesn't need >
- Line 15- do not need to end the main
- Line 20- displayed as "diamonds"
- Line 26- needs { instad of [
- Line 35- random 4
- Line 52- html comment
- Line 54-59-67 { should be after the header
Group List
- Line 5- main needs curly brackets
- Line 25- body needs curly brackets
- Line 26- hex code does not have enough characters
- Line 35- 4 is not a defined div
- Line 52- the CSS note is formatted incorrectly
- All header nav and header CSS should be after main and before body
- Line 63- background color is missing characters.
- Line 20- display "diamonds" is not a display option
- Line 5-15- there is a HTML code to define main, needs curly brackets
- Line 44- type is not defined by these properties
- Line 10-13- value for margins not define
- Line 11-12- valure for padding not defined
- Line 2- comment should say CSS document
- Line 36- hover commant is incorrect