Merge pull request #4 from benjaminhonorio/patch-1

Fix typo in self check
This commit is contained in:
Cody Loyd 2021-09-09 11:19:24 -05:00 committed by GitHub
commit 3a23a88992
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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?