diff --git a/README.md b/README.md index ea9bbaa..360aa58 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.