Files
freeCodeCamp/guide/english/css/css3-grid-layout/index.md
Danuta Cybulska 38898201d9 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
2018-12-08 02:58:48 -05:00

1.0 KiB

title
title
CSS Grid Layout

CSS Grid Layout

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 Resources:

More info about browser support can be read at https://caniuse.com.