Individual List:
Line 25 - Wrong brackets
Line 5 - Called on main like it is in HTML
Line 6 - Font family instead of typeface family
Line 20 - Display Diamonds
Line 10-13 - Lines not determined by size (ex. px)
Line 29 - Referenced as a id # instead of class .
Line 33 - color spelled wrong
Line 35 - Random 4
Line 45 - Capital W
Line 46 - height spelled wrong
Line 63 - No state online
Group Error Findings
- 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