Challenge Five

Individual List

  1. Line 5: the angle brackets around main are not needed.
  2. Lines 10-13: no units on the margins and padding?
  3. Line 15: main does not need to be closed in CSS
  4. Line 20: diamonds is not a display function.
  5. Line 25: body need curly brackets
  6. Line 35: there is a random 4?
  7. Line 51 needs to be made into a comment
  8. Line 54 down: the link CSS is not in the right order: should be a:, a:visited, a:hover, and a:active
  9. Lines 25 and 63: The body background color is repeated

Group 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
  19. Line 51 needs to be made into a comment