From 6c43bdee1fb4cc467d33dc0c847f5c8244b33356 Mon Sep 17 00:00:00 2001 From: MartyC3P0 <40465098+MartyC3P0@users.noreply.github.com> Date: Sat, 17 Nov 2018 06:44:36 +0200 Subject: [PATCH] Scrimba is a great resource (#22467) They make use of screen-casts so that you can edit their code while watching the videos. A great resource for learning, while being interactive at the same time. --- guide/english/css/css3-grid-layout/index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/guide/english/css/css3-grid-layout/index.md b/guide/english/css/css3-grid-layout/index.md index bd6302fcf7..97be7019b5 100644 --- a/guide/english/css/css3-grid-layout/index.md +++ b/guide/english/css/css3-grid-layout/index.md @@ -11,5 +11,6 @@ Though Grid Layout isn't fully supported by all browsers, it's the most advanced - [Grid by Example](https://gridbyexample.com/) - [Wes Bos - Free CSS Grid Course](https://cssgrid.io/) - [YouTube - CSS Grid Playlist](https://www.youtube.com/watch?v=FEnRpy9Xfes&list=PLbSquHt1VCf1x_-1ytlVMT0AMwADlWtc1) +- [Scrimba - Learn CSS Grid for free - screencast](https://scrimba.com/g/gR8PTE) More info about browser support can be read at https://caniuse.com.