About this Tool
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. You apply CSS rules both to a parent element (the Grid Container) and to that element’s children (the Grid Items).