Challenge 3

Individual List

1.

Team List

1. Main (line 5) needs curly Brackets

2. Body (line 25) needs curly brackets

3. Hex code (line 26) does not have enough characters

4. 4 (line 35) is not a defined div

5. The CSS note is formatted incorrectly (line 52)

6. All header nav and header CSS should be after main and before body (it is by the footer now)

7. Background color (line 63) Hex code Is also missing characters here

8. “Display: diamonds” (line 20) is not an option for display settings.

9. (Lines 5 and 15) there is HTML code there to define main, should only have the curly bracket

10. (Line 44) type is not defined by these properties

11. (Lines 10 and 13) Value for margins not defined

12. (Lines 11 and 12) Value for padding not defined

13. (Line 2) Comment should say CSS document

14. (Line 36) Hover command incorrect