CSS Flexbox
Layout / Align Items
display:flexinline-flexflex-flow:<direction> <wrap>flex-direction:rowrow-reversecolumncolumn-reversejustify-content:flex-startflex-endcenterspace-betweenspace-aroundspace-evenlyalign-items:stretchflex-startflex-endcenterbaselinegap:<length><row> <column>flex-wrap:nowrapwrapwrap-reverseAlign Lines / Content
align-content:stretchflex-startflex-endcenterspace-betweenspace-aroundspace-evenlyAligns wrapped lines, not individual items
place-content:<align-content> <justify-content>center space-betweenShorthand for line/content alignment
Item Properties
flex:<grow> <shrink> <basis>autoflex: 1 = flex: 1 1 0%
flex-grow:<number>flex-shrink:<number>flex-basis:auto<length><percentage>align-self:autoflex-startflex-endcenterstretchorder:<integer>margin:<length>autoPush item away from siblings