❀ Challenge 3
Individual List:
- CSS does not use < >
- Line 20 - there is no display: diamonds
- Line 25 - uses [ bracket instead of {
- Line 27 - uses wrong bracket
- Line 63 - Body with background color is labeled twice
Group List:
- Main is inside <> opening tags doesn't need to be
- Body has brackets instead of curly braces
- 4 either needs to be a class or id. Specific mark is missing
- The explanation mark needs to be inside note-Cntrl /
- Main has html closing tags, just needs bracket
- Diamonds isn't a correct display type
- Two headers labeled .header nav a
- Margin bottom has no unit
- Margin top has no unit
- Padding left has no unit
- Padding right has no unit
- H2 height is spelled wrong
- Body with background color is labeled twice
- The header nav active should be at the top
- Header nav visited should be at top
- Background color in menu-icon is spelled colour
- One header is displayed as id div instead of class
- Body is in between the header nav info