Justify Items
The
justify-items
property is set on the grid container to give child elements (grid items) alignment in the inline direction.
Class
|
Properties
|
---|---|
justify-items-stretch |
justify-items: stretch |
justify-items-start |
justify-items: start |
justify-items-left |
justify-items: left |
justify-items-center |
justify-items: center |
justify-items-end |
justify-items: end |
justify-items-right |
justify-items: right |
utilities.scss API