JustifyItems

Default

Start

End

Center

Baseline

Stretch

Description

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

  • For Flexbox containers, this property has no effect. See justify_content for main axis alignment of flex items.
  • For CSS Grid containers, sets default inline (horizontal) axis alignment of child items within their grid areas.

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

Functions