Align Self

Set individual item alignment along a container's cross axis.

Widely available

This feature is well established and works across many devices and browser versions.

Chrome
Edge
Firefox
Safari

as-auto
align-self: auto;
as-b
align-self: baseline;
as-c
align-self: center;
as-fe
align-self: flex-end;
as-fs
align-self: flex-start;
as-s
align-self: stretch;

Media Queries

Prefix a class with a breakpoint to apply it from that width up.

Pseudo Classes

Prefix a class with a state to apply it only while that state matches.