Justify Content
The .justify-*
classes add or modify the justify-content
property on any elements that use display: grid
or display: flex
, like cluster.
Class | justify-content Value |
---|---|
.justify-start |
start |
.justify-end |
end |
.justify-center |
center |
.justify-between |
space-between |
.justify-around |
space-around |
.justify-even |
space-evenly |