How do you center an element horizontally with CSS?

Use margin: auto on a block-level element with a defined width or use Flexbox (justify-content: center) for flexibility.