From 0669caf6dcf2e535feb996c7fc93179cbde2bdf9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20Stiernstr=C3=B6m?= Date: Fri, 1 Mar 2019 14:24:30 +0100 Subject: [PATCH] Added 2 items on CSS Resets I believe these 2 links can help students with CSS Resets --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index f97ecdb..9d17815 100644 --- a/README.md +++ b/README.md @@ -43,6 +43,8 @@ Want to help and add resources? Awesome! Checkout our [CONTRIBUTING guidelines]( * **[CSS Complete Guide To Flexbox](https://css-tricks.com/snippets/css/a-guide-to-flexbox/)** * **[Flexbox Froggy](http://flexboxfroggy.com/)** - A game that helps you practice flexbox * **[CSS Code Challenges](https://100dayscss.com/)** +* **[CSS Resets Explained](https://cssreset.com/what-is-a-css-reset/)** +* **[A CSS Reset - Ready For Use](https://necolas.github.io/normalize.css/)** ### JavaScript