-
Revsiting CSS grid again
- aligning all grid child elements:
-
justify-items
- will justify an individual grid child child to eitherstart
,end
orend
, by default it isstretch
-
align-items
can move an grid child on the y axis with same properties , but also supportscenter
-
- aligning all grid child elements:
-
aligning the entire grid container
justify-content
-same properties , but also supportspace-around
,space-evenly
andspace-between
align-content
- same properties
-
child css grid element properties
align-self
justify-self
place-self
- combines both above 1st arg is vertical a.k.aalign
second arg is horizontal a.k.ajustify