Set the display value to either 'grid' or 'inline-grid' to make an element a grid container. The direct children of the container element will behave as grid items.
Value
Description
grid
Displays an element as a block-level grid container.
inline-grid
Displays an element as an inline-level grid container.
Display (grid)
Set the display value to either 'grid' or 'inline-grid' to make an element a grid container. The direct children of the container element will behave as grid items.
Themeover CSS Reference
Online CSS Tutorials: Grid