Individual 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 & 15) there is HTML code there to define main, should only have the curly bracket
- (Line 44) height should be “auto” if with is 100%
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 & 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 & 13) Value for margins not defined
- (Line 11 & 12) Value for padding not defined
- (Line 2) Comment should say CSS document
- (Line 36) Hover command incorrect