The display
CSS property sets whether an element is treated as a block or inline element and the layout used for its children, such as flow layout, grid or flex.
display: grid;
display: inline-grid;
Source: https://developer.mozilla.org/en-US/docs/Web/CSS/display