Display
PREVIEW
ONE
TWO
THREE
CODE
display: inline;
Utilization
The display CSS property sets whether an element
is treated as a block or inline box and the layout used for its children, such as flow layout, grid or flex. The
display property sets an element’s inner and outer display types. The outer type sets an element’s participation
in flow layout; the inner type sets the layout of children
You can test for this property with our tool.