Display function
Inline
The display CSS property sets whether an element is treated as a block or inline element and the
layout used for itschildren,
such as flow layout, grid or flex. Formally, the display property sets an element's inner and outer display types.
Inline-block
The display CSS property sets whether an element is treated as a block or inline element and the
layout used for itschildren,
such as flow layout, grid or flex. Formally, the display property sets an element's inner and outer display types.
Block
The display CSS property sets whether an element is treated as a block or inline element and the
layout used for itschildren,
such as flow layout, grid or flex. Formally, the display property sets an element's inner and outer display types.