The CSS display property is specified using keyword values.
display is fully defined in their own individual specifications; for example, the detail of what happens when display: flex is declared is defined in the CSS Flexible Box Model specification.
/ legacy values /
display: block;
display: inline;
display...
ramustar.hashnode.dev1 min read