Flexbox & Grid

Justify Items

Utilities for controlling how grid items are aligned along their inline axis.

Quick reference

ClassProperties
justify-items-start
justify-items: start;
justify-items-end
justify-items: end;
justify-items-center
justify-items: center;
justify-items-stretch
justify-items: stretch;
justify-items-inherit
justify-items: inherit;
justify-items-initial
justify-items: initial;
justify-items-revert
justify-items: revert;
justify-items-revert-layer
justify-items: revert-layer;
justify-items-unset
justify-items: unset;