Challenge 5 

Individual List


  1. Line 5: Main should not be closed in brackets (<>)

  2. Line 15: Main does not need to be there at all just a closing bracket (})

  3. Line 20: Display: diamonds is not a proper display function.

  4. Line 25-27: body does not have the correct brackets {}

  5. Line 29: Does not need the # in front of the menu-icon

  6. Line 35: random number 4 is not necessary

  7. Line 46 shouldn’t be capitalized

  8. Lines 25 and 63: The body background color is repeated

  9. Line 67: header nav does not need to have a period in front of it

Team List

  1. Line 1 the UTF is capitalized needs to be utf-8

  2. Line 5: Main should not be closed in brackets

  3. Lines 10-13: no units on the margins and padding?

  4. Line 15: Main does not need to be there at all just a closing bracket }

  5. Line 19 diamonds is not being displayed

  6. Line 20: Display: diamonds is not a proper display function.

  7. Line 25-27: body does not have the correct brackets {}

  8. Line 29: Does not need the # in front of the menu-icon

  9. Line 29: the menu-icon display is hidden

  10. Line 33 should be spelled background-color, not colour

  11. Line 35: random number 4 is not necessary

  12. Line 35: :hover, should be after #menuicon

  13. Line 38 shouldn't be #444 but a hex code like #FFFFFF

  14. Line 46 shouldn’t be capitalized

  15. Line 54 down: the link CSS is not in the right order: should be a:, a:visited, a:hover, and a:active

  16. Lines 25 and 63: The body background color is repeated

  17. Line 67: header nav does not need to have a period in front of it

  18. Font- weight shouldn’t be bold on line 71