From a1cfadc71e178f826bc52618f99a100735b8438f Mon Sep 17 00:00:00 2001 From: Cody Loyd Date: Tue, 17 Aug 2021 15:47:32 -0500 Subject: [PATCH] add readme --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..18121bb --- /dev/null +++ b/README.md @@ -0,0 +1,9 @@ +# CSS Exercises + +These exercises are a series of css related tasks intended to complement the HTML and CSS content on The Odin Project. + +These exercises should be done when instructed during the course of the curriculum. + +Generally, they consist of a simple html file with some markup and some basic CSS. Open the html file in your browser and then do your best to make the output match the `desired-output` screenshot. Unless instructed otherwise, don't stress _too_ much about getting the _exact_ value for font-sizes, margins and paddings. It can be hard to tell from screenshots what the precise value is. If you put in 14px and find the actual value is 16px, consider that a success. + +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, feel free to ask about it in the chatroom. \ No newline at end of file