Theme
  • Light
  • Dark

Align self


The align-self CSS property overrides a grid or flex item's align-items value. In Grid, it aligns the item inside the grid area. In Flexbox, it aligns the item on the cross axis.

Class name Properties
_als-nmalign-self: normal
_als-atalign-self: auto
_als-ctalign-self: center
_als-stalign-self: start
_als-ealign-self: end
_als-fstalign-self: flex-start
_als-fealign-self: flex-end
_als-stralign-self: stretch
_als-blalign-self: baseline
Modifier