Fix typo in self check
Should refer to p instead of div for the odd numbered elements
This commit is contained in:
parent
3885e4629a
commit
0dc77d209a
|
@ -17,6 +17,6 @@ Quick tip: in VS Code, you can change which format colors are displayed in (RGB,
|
|||
|
||||
|
||||
### Self Check
|
||||
- Do the odd numbered `div` elements share a class?
|
||||
- Do the odd numbered `p` elements share a class?
|
||||
- Do the even numbered `div` elements have unique ID's?
|
||||
- Does the 3rd `div` element have multiple classes?
|
||||
|
|
Loading…
Reference in New Issue