Added a checklist for the exercises

A checklist so people can keep track of exercises they finished if they do not finish the entire exercise file in one sitting.
This commit is contained in:
jbai97 2021-09-13 15:31:49 -07:00 committed by GitHub
parent bd505802fd
commit 8300e0fa26
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 [ ]