Merge pull request #16 from jbai97/patch-1

Added a checklist for the exercises
This commit is contained in:
James 2021-09-14 20:30:50 -04:00 committed by GitHub
commit 8f9bdb9144
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 23 additions and 0 deletions

View File

@ -20,3 +20,26 @@ These exercises should be done when instructed during the course of the curricul
- You may need to add some elements to your HTML to get things into the right spot. (for the first few exercises we make it explicit when this needs to happen)
- You may need to add more selectors to your CSS file. The first few exercises have almost everything already done for you, but as you progress you'll find that you need to add more and more to get the correct result.
- In many cases, there will be multiple correct ways to solve these problems. The official solution isn't necessarily the _right_ way, but it is possible to do things in ways that are overall unhelpful. If your solution differs wildly from the official solution (and still passes the self-check criteria), feel free to ask about it in the chatroom.
## Checklist for exercises (insert check ✅ into [ ] upon completion)
1. Foundations:
- 01-css-methods [ ]
- 02-class-id-selectors [ ]
- 03-grouping-selectors [ ]
- 04-chaining-selectors [ ]
- 05-descendant-combinator [ ]
- 06-cascade-fix [ ]
2. Margin and Padding:
- margin-and-padding-1 [ ]
- margin-and-padding-2 [ ]
3. Flex:
- 01-flex-center [ ]
- 02-flex-header [ ]
- 03-flex-header-2 [ ]
- 04-flex-information [ ]
- 05-flex-modal [ ]
- 06-flex-layout [ ]
- 07-flex-layout-2 [ ]