Skip to main content

Justify Self

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

CSS Property:justify-self
Classes:5

Justify Self Classes

ClassCSS
justify-self-autojustify-self: auto;
justify-self-startjustify-self: start;
justify-self-endjustify-self: end;
justify-self-centerjustify-self: center;
justify-self-stretchjustify-self: stretch;

Arbitrary Values

You can use arbitrary values with square bracket notation when you need a specific value not included in the default scale.

Responsive Variants

Apply justify self utilities at specific breakpoints using responsive prefixes.

BreakpointPrefixExample
640px+sm:sm:justify-self-auto
768px+md:md:justify-self-auto
1024px+lg:lg:justify-self-auto
1280px+xl:xl:justify-self-auto
1536px+2xl:2xl:justify-self-auto