From 37b2afb8bbf450c656deba542dcdc96d05aa2fc0 Mon Sep 17 00:00:00 2001 From: Ste Royle Date: Sat, 6 Oct 2018 01:57:14 +0100 Subject: [PATCH 1/2] added CSS Grid resorce by Wes Bos --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index ea9bbaa..e3f5f82 100644 --- a/README.md +++ b/README.md @@ -76,6 +76,8 @@ Resource 4: [Layout Land](https://www.youtube.com/channel/UC7TizprGknbDalbHplROt Resource 5: [Grid by Example](https://www.youtube.com/watch?v=Dz9BzY21Zks&list=PLQkVA6z3dFvbnBJetfYDAF3-cG_ubgdZR) — super-short videos that each show how to do just one thing, by Rachel Andrew (check out her [website](https://gridbyexample.com/) too) +Resource 6: [CSS Grid](https://cssgrid.io/) 25 easy to follow videos by Wes Bos that come with starter files to follow along + ## inline-block It's possible to replace the `float` techniques with `display: inline-block`. Each method has issues, and each method requires that we use `box-sizing` to make it work properly. Beginners must understand that they cannot use the two together; it's an either/or choice. From 1b7d7559b0e52848d45ee1247c380f45e0e47b44 Mon Sep 17 00:00:00 2001 From: Ste Royle Date: Sat, 6 Oct 2018 01:59:21 +0100 Subject: [PATCH 2/2] added missing dash --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e3f5f82..360aa58 100644 --- a/README.md +++ b/README.md @@ -76,7 +76,7 @@ Resource 4: [Layout Land](https://www.youtube.com/channel/UC7TizprGknbDalbHplROt Resource 5: [Grid by Example](https://www.youtube.com/watch?v=Dz9BzY21Zks&list=PLQkVA6z3dFvbnBJetfYDAF3-cG_ubgdZR) — super-short videos that each show how to do just one thing, by Rachel Andrew (check out her [website](https://gridbyexample.com/) too) -Resource 6: [CSS Grid](https://cssgrid.io/) 25 easy to follow videos by Wes Bos that come with starter files to follow along +Resource 6: [CSS Grid](https://cssgrid.io/) — 25 easy to follow videos by Wes Bos that come with starter files to follow along ## inline-block