Module align_self

Module align_self 

Source
Expand description

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

Class Properties
self-auto align-self: auto;
self-start align-self: flex-start;
self-end align-self: flex-end;
self-center align-self: center;
self-stretch align-self: stretch;
self-baseline align-self: baseline;

Tailwind reference