JustifyContent

Default

Start

End

FlexStart

FlexEnd

Center

Stretch

SpaceBetween

SpaceEvenly

SpaceAround

Description

Used to control how items are distributed.

  • For Flexbox containers, controls alignment of items in the main axis.
  • For CSS Grid containers, controls alignment of grid columns.

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

Functions