INDIVIDUAL LIST:
- Line 5 main doesn’t have to be in brackets
- Line 10-13 need px after numbers
- Line 15 /main not needed
- Line 25-27 square brackets used instead of curly brackets
- Line 33 color spelled colour
- Line 35 random 4
- Line 46 height spelled incorrectly
- Line 52 triangle brackets instead of slashes to add note to CSS
- Line 25 and 63 information repeated
TEAM LIST:
- Line 5 don’t close main in css
- Line 6 typeface family instead of font family
- Line 10 margin needs unit of measurement
- Line 11 padding line needs unit of measurement
- Line 12 padding line needs unit of measurement
- Line 13 margin line needs unit of measurement
- Line 15 main ended incorrectly /main not needed
- Line 20 display: diamonds; WRONG
- Line 26 wrong [
- Line 35 number 4?
- Line 52 triangle brackets instead of slashes to add note to CSS
- Line 25 and 63 information repeated
- Line 33 color spelled colour
- Line 45 capital W
- Line 46 height spelled wrong
- Line 36 :hover#menu-icon reverse order should be #menu-icon :hover
- Line 67 shouldn’t be div
- Line 54-67 links in wrong order should be visited hover active