AlignSelf

Auto

Start

End

FlexStart

FlexEnd

Center

Baseline

Stretch

Description

Used to control how the specified item is aligned within the space it's given.

  • For Flexbox items, controls cross axis alignment of the item.
  • For CSS Grid items, controls block (vertical) axis alignment of a grid item within its grid area.

https://developer.mozilla.org/en-US/docs/Web/CSS/align-self

Functions