Skip to content
lcs01 edited this page Jan 24, 2019 · 2 revisions

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.

Clone this wiki locally