Justify Content
justify-content utility classes:
CSS Class | Description |
---|---|
j{p}ustify-start |
justify-content: flex-start; |
j{p}ustify-end |
justify-content: flex-end; |
j{p}ustify-center |
justify-content: center; |
j{p}ustify-between |
justify-content: space-between; |
Responsive - target a breakpoint by adding the @{breakpoint}
suffix (e.g., .justify-center@md
).