Skip to main content

Align Self

Utilities for controlling how an individual flex or grid item is positioned along its container's cross axis.

CSS Property:align-self
Classes:6

Align Self Classes

ClassCSS
self-autoalign-self: auto;
self-startalign-self: flex-start;
self-endalign-self: flex-end;
self-centeralign-self: center;
self-stretchalign-self: stretch;
self-baselinealign-self: baseline;

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 align self utilities at specific breakpoints using responsive prefixes.

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