AlignContent

Default

Start

End

FlexStart

FlexEnd

Center

Stretch

SpaceBetween

SpaceEvenly

SpaceAround

Description

Used to control how items are distributed.

  • For Flexbox containers, controls alignment of lines if flex_wrap is set to [FlexWrap::Wrap] and there are multiple lines of items.
  • For CSS Grid containers, controls alignment of grid rows.

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

Functions