justify-items
Align grid items inside a cell of a container along the row (horizontal) axis.
Here, the size of the grid item must be less than the size of the grid cell.
Syntax
justify-items: auto | normal | start | end | flex-start | flex-end | self-start | self-end | center | left | right | baseline
Example
Post a Comment