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.
This commit is contained in:
MartyC3P0
2018-11-17 06:44:36 +02:00
committed by Manish Giri
parent f484d20723
commit 6c43bdee1f

View File

@ -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 <a href="https://caniuse.com/#feat=css-grid" target="_blank">https://caniuse.com</a>.