The `display` property specifies the display behavior of an element, such as block, inline, or flex.
div { display: flex; justify-content: center; }
Supported by all modern browsers.