Justify Content
The justify-content property defines the alignment of the element's flex items along the main axis.
Class | Properties |
---|---|
wpex-justify-start | justify-content: flex-start; |
wpex-justify-center | justify-content: center; |
wpex-justify-end | justify-content: flex-end; |
wpex-justify-between | justify-content: space-between; |
wpex-justify-around | justify-content: space-around; |