From 074e5fab23af7c6aca87383b48ff3cc215d7b5b8 Mon Sep 17 00:00:00 2001 From: Cody Loyd Date: Mon, 4 Oct 2021 12:38:28 -0500 Subject: [PATCH] remove checklist this is dumb --- README.md | 22 ---------------------- 1 file changed, 22 deletions(-) diff --git a/README.md b/README.md index d384a84..a85211d 100644 --- a/README.md +++ b/README.md @@ -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 [ ]