Justify Items
Utilities for controlling how grid items are aligned along their inline axis.
| Class | CSS Output |
|---|---|
justify-items-start |
|
justify-items-normal |
|
justify-items-end |
|
justify-items-center |
|
justify-items-center-safe |
|
justify-items-stretch |
|
justify-items-end-safe |
|
justify-items-start
justify-items: start;
justify-items-normal
justify-items: normal;
justify-items-end
justify-items: end;
justify-items-center
justify-items: center;
justify-items-center-safe
justify-items: safe center;
justify-items-stretch
justify-items: stretch;
justify-items-end-safe
justify-items: safe end;
Reference
| justify-items | MDN ↗ |
CSS Properties
justify-items