display is one of the most fundamental CSS properties — it controls how an element generates a box and how its children are laid out.
{ : block; }
{ : inline; }
{ : inline-block; }
{ : none; }
{ : flex; }
{ : grid; }
