justify-self property can be applied to an individual grid item and aligns
the grid item along the row or X-axis within a cell.
Let's look at an example for justify-self
property with all possible values
start
, end
, center
and stretch
.
In the above example we have applied justify-self: start
on Item 1,
justify-self: end
on Item 2, justify-self: center
on Item 4 and
justify-self: stretch
on Item 5.