Flexbox

Flexbox is a powerful layout tool that makes it easier to align and distribute items in a container.

Snippet:

display: flex; justify-content: center; align-items: center;

Example:

display: flex; flex-direction: column; align-items: center;