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.

Value Description
gridDisplays an element as a block-level grid container.
inline-gridDisplays an element as an inline-level grid container.

Themeover CSS Reference

Close