Justify Content

Utilities for controlling how flex and grid items are positioned along a container's main axis.

Class CSS Output
justify-stretch
justify-content: stretch;
justify-end-safe
justify-content: safe flex-end;
justify-center-safe
justify-content: safe center;
justify-end
justify-content: flex-end;
justify-between
justify-content: space-between;
justify-normal
justify-content: normal;
justify-evenly
justify-content: space-evenly;
justify-start
justify-content: flex-start;
justify-baseline
justify-content: baseline;
justify-around
justify-content: space-around;