Added basic grid concepts for beginners (#32161)

pull/27924/head
Joseph Buchanan 2019-03-20 06:03:08 -04:00 committed by The Coding Aviator
parent d67bdf6e4a
commit 7a6afdc9b3
1 changed files with 1 additions and 0 deletions

View File

@ -10,6 +10,7 @@ One of the real advantages of CSS Grid Layout is being able to design responsive
#### More Resources:
- [A Complete Guide to CSS Grid Layout](http://chris.house/blog/a-complete-guide-css-grid-layout/)
- [Basic concepts of grid layout](https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Grid_Layout/Basic_Concepts_of_Grid_Layout)
- [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)