CHALLENGE 5

INDIVIDUAL LIST:


  1. Line 5 main doesn’t have to be in brackets

  2. Line 10-13 need px after numbers

  3. Line 15 /main not needed

  4. Line 25-27 square brackets used instead of curly brackets

  5. Line 33 color spelled colour

  6. Line 35 random 4

  7. Line 46 height spelled incorrectly

  8. Line 52 triangle brackets instead of slashes to add note to CSS

  9. Line 25 and 63 information repeated

TEAM LIST:


  1. Line 5 don’t close main in css

  2. Line 6 typeface family instead of font family

  3. Line 10 margin needs unit of measurement

  4. Line 11 padding line needs unit of measurement

  5. Line 12 padding line needs unit of measurement

  6. Line 13 margin line needs unit of measurement

  7. Line 15 main ended incorrectly /main not needed

  8. Line 20 display: diamonds; WRONG

  9. Line 26 wrong [

  10. Line 35 number 4?

  11. Line 52 triangle brackets instead of slashes to add note to CSS

  12. Line 25 and 63 information repeated

  13. Line 33 color spelled colour

  14. Line 45 capital W

  15. Line 46 height spelled wrong

  16. Line 36 :hover#menu-icon reverse order should be #menu-icon :hover

  17. Line 67 shouldn’t be div

  18. Line 54-67 links in wrong order should be visited hover active