From 7814d9a2bf5bad9629f062be96a7971d35554e62 Mon Sep 17 00:00:00 2001 From: Melissa Date: Mon, 15 Oct 2018 09:14:50 -0500 Subject: [PATCH] Added resources to css-grid-layout (#18572) --- .../src/pages/guide/english/css/css3-grid-layout/index.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/client/src/pages/guide/english/css/css3-grid-layout/index.md b/client/src/pages/guide/english/css/css3-grid-layout/index.md index b2dba175ab..bd6302fcf7 100644 --- a/client/src/pages/guide/english/css/css3-grid-layout/index.md +++ b/client/src/pages/guide/english/css/css3-grid-layout/index.md @@ -6,8 +6,10 @@ CSS Grid Layout is the most powerful layout system available in CSS. It is a 2-dimensional system, meaning it can handle both columns and rows, unlike flexbox which is largely a 1-dimensional system. Though Grid Layout isn't fully supported by all browsers, it's the most advanced and conveniet way to make page layouts. -#### More Information: -For more information, read -A Complete Guide to CSS Grid Layout by Chris House. +#### More Resources: +- [A Complete Guide to CSS Grid Layout](http://chris.house/blog/a-complete-guide-css-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) More info about browser support can be read at https://caniuse.com.