Theme
  • Light
  • Dark

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-nmalign-items: normal
_alit-stralign-items: stretch
_alit-ctalign-items: center
_alit-stalign-items: start
_alit-ealign-items: end
_alit-fstalign-items: flex-start
_alit-fealign-items: flex-end
_alit-blalign-items: baseline
Modifier