display: flex
flex-direction:
row|column...
justify-content:
flex-start|center...
align-items:
flex-start|stretch...
flex-wrap: nowrap|wrap
flex-grow: 0|1|2...
flex-shrink: 0|1|2...
flex-basis: 0|10rem|20%...
flex: 0 1 auto