Align Items
The .align-*
classes add or modify the align-items
property on any elements that use display: grid
or display: flex
, like cluster, split, and grid.
Class | align-items Value |
---|---|
.align-start |
start |
.align-end |
end |
.align-center |
center |