Flexbox & Grid
Align Self
Utilities for controlling how an individual flex or grid item is positioned along its container's cross axis.
Quick reference
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; |
self-inherit | align-self: inherit; |
self-initial | align-self: initial; |
self-revert | align-self: revert; |
self-revert-layer | align-self: revert-layer; |
self-unset | align-self: unset; |