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.
The most important ones are:
display: block;
display: inline;
display: none; /* removes the content */Source: https://developer.mozilla.org/en-US/docs/Web/CSS/display