align-self

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

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