Challenge 4: Challenge CSS
September 23rd, 2024
Individual
- No need for <> around main
- No need for a closing </main>
- Body needs {} not [
- “4” randomly placed on line 35
- Line 52 is not appearing as a comment
- Line 36 starts with a colon and “hover” in the beginning
- Aside has a “.” in the beginning on line 17
- Header has a “.” in front of it on line 67
- In main margin top and bottom are missing px
- In main padding right and left are missing a % sign
- What is the # in line 29
- :active? (line 54)
- :visited? (line 59)
- Misspelled height in line 46
Class
- CSS misspelled (CSC)
- No angle brackets around main
- Using a specific typeface
- Width needs to be a percent
- Margin bottom doesn't have a unit of px
- Margin top does not have px
- Padding right doesn't have %
- Padding left doesn't have %
- Display diamonds is not a thing
- Body needs curly brackets not square
- Number 4 is an error
- Background color needs 6 characters (#444444)
- Don't use px for font size
- Height misspelled
- Width doesn’t belong in h2
- Width can not be capitalized
- H2 doesn’t contain any type properties that it needs
- Float is not needed
- Line 50 is not appearing as a CSS comment but as an HTML
- Body is out of place
- #ffffff
- “.” makes a class div