Justify Self

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

Class CSS Output
justify-self-auto
justify-self: auto;
justify-self-start
justify-self: flex-start;
justify-self-center
justify-self: center;
justify-self-end-safe
justify-self: safe flex-end;
justify-self-end
justify-self: flex-end;
justify-self-center-safe
justify-self: safe center;
justify-self-stretch
justify-self: stretch;