Justify Content
The
justify-content
property aligns the flexible container's items when the items do not use all available space on the main-axis (horizontally).
Class
|
Properties
|
---|---|
justify-content-baseline |
justify-content: baseline |
justify-content-flex-start |
justify-content: flex-start |
justify-content-flex-end |
justify-content: flex-end |
justify-content-center |
justify-content: center |
justify-content-space-between |
justify-content: space-between |
justify-content-space-around |
justify-content: space-around |
utilities.scss API