Align items
The CSS align-items property sets the align-self value on all direct children as a group. In Flexbox, it controls the alignment of items on the Cross Axis. In Grid Layout, it controls the alignment of items on the Block Axis within their grid area.
Class name | Properties |
---|---|
_alit-nm | align-items: normal |
_alit-str | align-items: stretch |
_alit-ct | align-items: center |
_alit-st | align-items: start |
_alit-e | align-items: end |
_alit-fst | align-items: flex-start |
_alit-fe | align-items: flex-end |
_alit-bl | align-items: baseline |