CSS Explorer
CSS Explorer: Flexbox
1
2
3
4
flex-direction:
row
column
justify-content
flex-start
flex-end
center
space-between
space-around
space-evenly
align-items
flex-start
flex-end
center
baseline
stretch
flex
1
{ display:flex; flex-direction: row; justify-content: flex-start; align-items: flex-start; }