Errors in CSS
Jenna Rowe | ART 354 Web Design | February 24th, 2022
Individual
- < > doesn’t need to be in line 5
- </ > doesn’t need to be in line 15
- Should be font-family not type-face-family
- Line 10 doesn’t include measurement
- Line 11 doesn’t include measurement
- Line 12 doesn’t include measurement
- Line 13 doesn’t include measurement
- display: diamonds; isn’t a thing
- Line 25 use [ instead of {
- Line 26 background-color: #CCC needs hex to have 6 characters
- Line 35 has an unexpected token “4”
- Line 36 should be #menu-icon:hover {
- Line 37 hex needs 6 characters
- Line 46 height is spelt hight
- Line 52 incorrect way to create a comment in CSS
- Line 64 hex needs to have 6 characters
Team
- Line 2 ‘CSC Document’ instead of ‘CSS Document’
- Line 5 < > doesn’t need to be in line 5
- Line 15 </ > doesn’t need to be in line 15
- Line 6 Should be font-family not type-face-family
- Line 10 doesn’t include measurement
- Line 11 doesn’t include measurement
- Line 12 doesn’t include measurement
- Line 13 doesn’t include measurement
- Line 18/19 pick one measurement px or %
- Line 20 display: diamonds; isn’t a thing
- Line 25 use [ instead of {
- Line 26 background-color: #CCC needs hex to have 6 characters
- Line 35 needs to be deleted
- Line 36 should be #menu-icon:hover {
- Line 37 background-color: #444 needs hex to have 6 characters
- Line 41 The font size should be labeled in ‘em’
- Line 52 needs / signs
- Line 67 doesn’t need to be a class div
- Line 44 h2 doesn’t need height
- Line 46 ‘height’ is incorrectly spelled ‘hight’
- Line 52 <-- –> should be /* */
- Line 64 hex needs 6 characters