Challenge 3
Individual list
- Document is CSS not CSC
- The main should not have <>
- The margin bottom should have increments
- The padding right should have increments
- The padding left should have increments
- The top should have increments
- There should not be an end main tag
- The aside should not have the period
- The display on aside should not have a value of diamonds
- The body should have { not [
- The background color does not have enough letter/numbers, it should have 6
- There is a random 4 that should not be there
- The background color of :hover#menu-icon should be 6 numbers
- The h2 width should not be capital
- The h2 height is spelled wrong
- The body background color should be 6 numbers
- The header nav a:hover should not have the period
Group list
- Main (line 5) needs curly Brackets
- Body (line 25) needs curly brackets
- Hex code (line 26) does not have enough characters
- 4 (line 35) is not a defined div
- The CSS note is formatted incorrectly (line 52)
- All header nav and header CSS should be after main and before body (it is by the footer now)
- Background color (line 63) Hex code Is also missing characters here
- “Display: diamonds” (line 20) is not an option for display settings.
- (Line 5 and 15) there is HTML code there to define main, should only have the curly bracket
- (Line 44) type is not defined by these properties
- (Line 10 and 13) Value for margins not defined
- (Line 11 and 12) Value for padding not defined
- (Line 2) Comment should say CSS document
- (Line 36) Hover command incorrect