.flex { display: flex; } .flex-spread { justify-content: space-between; } .flex-center { justify-content: center; } .flex-direction-column { flex-direction: column; }