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