AlignItems

Default

Start

End

FlexStart

FlexEnd

Center

Baseline

Stretch

Description

Used to control how each individual item is aligned by default within the space they're given.

  • For Flexbox containers, sets default cross axis alignment of the child items.
  • For CSS Grid containers, controls block (vertical) axis alignment of children of this grid container within their grid areas.

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

Functions