2 options : justify => X axe horizontal align => Y axe vertical
justify-items | align-items justify-content | align-content justify-self | align-self
2 options : justify => X axe horizontal align => Y axe vertical
justify-items | align-items justify-content | align-content justify-self | align-self
La grille fait (ou pas) toute la largeur / hauteur du parent :
justify-items: stretch* | center | start | flex-start | end | flex-end ; align-items: stretch* | center | start | flex-start | end | flex-end ;
la grille ne fait pas toute la largeur / hauteur du parent :
justify-content: stretch | center | start* | flex-start | end | flex-end | space-between | space-round; align-content: stretch | center | start* | flex-start | end | flex-end | space-between | space-round;
la grille ne fait (ou pas) toute la largeur / hauteur du parent :
justify-self: stretch* | center | start | flex-start | end | flex-end ; align-self: stretch* | center | start | flex-start | end | flex-end | baseline;