From 8300e0fa2668ccd8cc61fa829c13fbcfd5d0a8ed Mon Sep 17 00:00:00 2001 From: jbai97 <75633287+jbai97@users.noreply.github.com> Date: Mon, 13 Sep 2021 15:31:49 -0700 Subject: [PATCH] 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. --- README.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/README.md b/README.md index 80a9bf6..3446458 100644 --- a/README.md +++ b/README.md @@ -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 [ ]