Class | Properties |
---|---|
justify-center | justify-content: center; |
justify-end | justify-content: flex-end; |
justify-space-around | justify-content: space-around; |
justify-space-between | justify-content: space-between; |
justify-space-evenly | justify-content: space-evenly; |
justify-start | justify-content: flex-start; |
Justify Content
Controlling how flex and grid items are positioned along a container's main axis.