remove checklist

this is dumb
This commit is contained in:
Cody Loyd 2021-10-04 12:38:28 -05:00 committed by GitHub
parent 7a6f6fca42
commit 074e5fab23
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 22 deletions

View File

@ -21,25 +21,3 @@ These exercises should be done when instructed during the course of the curricul
- 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 _only 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 [ ]