From 0ace07eb7a9e9270d315e7cde7597e8a47ba2b65 Mon Sep 17 00:00:00 2001 From: Bastian Albers Date: Thu, 30 Jul 2020 09:50:41 +0200 Subject: [PATCH] Add CSS diner --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 50db6d9..7d8fd8f 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,9 @@ This is a collection of materials that can help you learn frontend development. - [The Odin Project: Front End Only](https://www.theodinproject.com/tracks/front-end-only) A complete course to learn frontend development including Web dev 101, HTML&CSS, JavaScript and how to get hired after that - [MDN: Learn web development](https://developer.mozilla.org/en-US/docs/Learn) Mozilla Developer Networks "Learn web development" gives you aa structured introduction into a ton of web development topics +### Selectors +- [CSS Diner](https://flukeout.github.io/) Learn about how CSS selectors work by putting food on plates + ### CSS Grid - [CSS Grid Garden](http://cssgridgarden.com/) A fun little game to learn how to define grids with CSS grid and how to place elements in that grid - [Learn CSS Grid](https://learncssgrid.com/) A guide to help you better understand and learn Grid