Skip to main content

Place Self

Utilities for controlling how an individual item is justified and aligned at the same time.

CSS Property:place-self
Classes:5

Place Self Classes

ClassCSS
place-self-autoplace-self: auto;
place-self-startplace-self: start;
place-self-endplace-self: end;
place-self-centerplace-self: center;
place-self-stretchplace-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 place self utilities at specific breakpoints using responsive prefixes.

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