From 7a6afdc9b3e16a3d2caefe3c2542679d4bab1817 Mon Sep 17 00:00:00 2001 From: Joseph Buchanan Date: Wed, 20 Mar 2019 06:03:08 -0400 Subject: [PATCH] Added basic grid concepts for beginners (#32161) --- 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 1a4465a256..92864b211c 100644 --- a/guide/english/css/css3-grid-layout/index.md +++ b/guide/english/css/css3-grid-layout/index.md @@ -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)