The CSS Grid Layout Module offers a grid-based layout system with rows and columns, making it easier to design web pages without having to use floats and positioning.
display: grid - Enables gridgrid-template-columns - Defines columnsgrid-template-rows - Defines rowsgap - Space between grid itemsgrid-column - Item column spangrid-row - Item row spanEdit the code below and click Run to see the result live.