Grid Justify | SE371 Web Engineering Resource

justify-self: right

All grid items are aligned to the left by default, except for the blue grid item with justify-self property value 'right'.

RED
justify-self: end; align-self: center;
BLUE
justify-self: start; align-self: end;
GREEN