Challenge 5

Individual List 🏆

  1. Line 5-You don’t need the angled brackets for main
  2. Line 10- need px at the end of number (or %).
  3. Line 11- need px at the end of number (or %).
  4. Line 12- need px at the end of number (or %).
  5. Line 13- need px at the end of number (or %).
  6. Line 15- You don’t need the closing tag for main
  7. Line 20-Display: diamonds? No, no, no.
  8. Line 25 and 27- Body needs curly brackets, not square brackets.
  9. Line 26- incorrect hex code.
  10. Line 35- What is 4? Delete that.
  11. Line 36- it needs and “a” before :hover - not 100% needed
  12. Line 36- the #menu-icon should come before a:hover - not 100% needed
  13. Line 37- incorrect hex code.
  14. Line 52- needs a slash and “*” to be a comment,, not angled brackets.
  15. All the navigation is in the wrong order. It should go a:visited, a:hover, a:active
  16. Line 64- incorrect hex code.
  17. Line 67- not only in the wrong spot, but doesn’t need the dot before the word header.

Group List 🏆

  1. Line 2- css, not csc.
  2. Line 5-You don’t need the angled brackets for main.
  3. Lines 10- need px at the end of number (or %).
  4. Lines 11- need px at the end of number (or %).
  5. Lines 12- need px at the end of number (or %).
  6. Lines 13- need px at the end of number (or %).
  7. Line 15- You don’t need the closing tag for main
  8. Line 20- Display: diamonds? No, no, no.
  9. Line 25 and 27- Body needs curly brackets, not square brackets.
  10. Line 26- incorrect hex code.
  11. Line 33- the word color is spelled wrong.
  12. Line 35- What is 4? Delete that.
  13. Line 36- it needs and “a” before :hover - not 100% needed
  14. Line 36- the #menu-icon should come before a:hover - not 100% needed
  15. Line 37- incorrect hex code.
  16. Line 45- uppercase W needs to be lowercase.
  17. Line 46- the word height is spelled wrong.
  18. Line 52- needs a slash and “*” to be a comment, not angled brackets.
  19. All the navigation is in the wrong order. It should go a:visited, a:hover, a:active
  20. Line 60- space between color and “:”, clean up code. Also, hex code is in all caps, make it lowercase.
  21. Line 64- incorrect hex code.
  22. Body in wrong spot, after or before interactive code. It is also added twice, so delete one of the body codes.
  23. Line 67- not only in the wrong spot, but doesn’t need the dot before the word header.