Add link to exercises (#23964)

* Add a place to exercise

#### Execirses
I suggest working out while playing the game [Grid Garden](https://cssgridgarden.com) - [Guide](https://github.com/thomaspark/gridgarden).

* Moved change to More Resources
pull/24225/head^2
Danuta Cybulska 2018-12-08 08:58:48 +01:00 committed by Manish Giri
parent 155c9b01d0
commit 38898201d9
1 changed files with 2 additions and 0 deletions

View File

@ -11,6 +11,8 @@ 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)
- [CSS Grid Garden Exercises](https://cssgridgarden.com) - [Guide](https://github.com/thomaspark/gridgarden).
- [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>.