Flexbox & Grid

Justify Self

Utilities for controlling how an individual grid item is aligned along its inline axis.

Quick reference

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