Individual List
- Line 5: the angle brackets around main are not needed.
- Lines 10-13: no units on the margins and padding?
- Line 15: main does not need to be closed in CSS
- Line 20: diamonds is not a display function.
- Line 25: body need curly brackets
- Line 35: there is a random 4?
- Line 51 needs to be made into a comment
- Line 54 down: the link CSS is not in the right order: should be a:, a:visited, a:hover, and a:active
- Lines 25 and 63: The body background color is repeated
Group List
- Line 1 the UTF is capitalized needs to be utf-8
- Line 5: Main should not be closed in brackets
- Lines 10-13: no units on the margins and padding?
- Line 15: Main does not need to be there at all just a closing bracket
- Line 19 diamonds is not being displayed
- Line 20: Display: diamonds is not a proper display function.
- Line 25-27: body does not have the correct brackets
- Line 29: Does not need the # in front of the menu-icon
- Line 29: the menu-icon display is hidden
- Line 33 should be spelled background-color, not colour
- Line 35: random number 4 is not necessary
- Line 35, :hover, should be after #menuicon
- Line 38 shouldn't be #444 but a hex code like #FFFFFF
- Line 46 shouldn’t be capitalized
- Line 54 down: the link CSS is not in the right order: should be a:, a:visited, a:hover, and a:active
- Lines 25 and 63: The body background color is repeated
- Line 67: header nav does not need to have a period in front of it
- Font- weight shouldn’t be bold on line 71
- Line 51 needs to be made into a comment