justifyitems
justify-items is a CSS property that defines how grid items are aligned inside their assigned grid areas along the inline (horizontal) axis. It is part of the CSS Grid Layout module and applies to grid containers. The property determines the default alignment for all grid items within the grid cells and does not affect items in non-grid layouts such as Flexbox.
Possible values are stretch, start, end, and center. Stretch (the default) makes items fill the entire inline
In practice, justify-items sets a default alignment for grid items; individual items can override it by applying
The justify-items property can be used in combination with the align-items property to control both axes of