Justify Content

ClassCSS PropertyDescription
Ajc-startjustify-content: flex-start;Align items at the start of the container
Ajc-centerjustify-content: center;Center items horizontally within the container
Ajc-endjustify-content: flex-end;Align items at the end of the container
Ajc-betweenjustify-content: space-between;Distribute items with space between them
Ajc-aroundjustify-content: space-around;Distribute items with space around them
Ajc-evenlyjustify-content: space-evenly;Distribute items with equal space around them

Align Items

ClassCSS PropertyDescription
Aji-startalign-items: flex-start;Align items at the start of the container
Aji-centeralign-items: center;Center items vertically within the container
Aji-endalign-items: flex-end;Align items at the end of the container
Aji-baselinealign-items: baseline;Align items along the baseline of the container
Aji-stretchalign-items: stretch;Stretch items to fill the height of the container

Align Content

ClassCSS PropertyDescription
Aac-startalign-content: flex-start;Align wrapped lines at the start of the container
Aac-centeralign-content: center;Center wrapped lines horizontally within the container
Aac-endalign-content: flex-end;Align wrapped lines at the end of the container
Aac-betweenalign-content: space-between;Distribute wrapped lines with space between them
Aac-aroundalign-content: space-around;Distribute wrapped lines with space around them
Aac-evenlyalign-content: space-evenly;Evenly distribute wrapped lines within the container

Align Self

ClassCSS PropertyDescription
Ajc-self-startalign-self: flex-start;Override self-alignment to align at start
Ajc-self-centeralign-self: center;Override self-alignment to center itself
Ajc-self-endalign-self: flex-end;Override self-alignment to align at end