Jessica J McInerney - Challenge 3
Home
Individual List
- Comment says CSC not CSS (Line 2)
-
Using HTML tags (Line 5)
-
No units for styles (Line 10-13)
-
Not using curly bracket (Line 25)
-
Some hex codes are not complete.
-
Random number lingering outside any brackets.
(Line 35)
-
Incorrect spelling on words.
-
Navigation styles not at top of CSS.
-
CSS Note not written properly.
Group List
- Main (line 5) needs curly Brackets
- Body (line 25) needs curly brackets
- Hex code (line 26) does not have enough characters
- 4 (line 35) is not a defined div
- The CSS note is formatted incorrectly (line 52)
- All header nav and header CSS should be after main and before body (it is by the footer now)
- Background color (line 63) Hex code Is also missing characters here
- “Display: diamonds” (line 20) is not an option for display settings.
- (Line 5 and 15) there is HTML code there to define main, should only have the curly bracket
- (Line 44) type is not defined by these properties
- (Line 10 and 13) Value for margins not defined
- (Line 11 and 12) Value for padding not defined
- (Line 2) Comment should say CSS document
- (Line 36) Hover command incorrect