Simple Flexbox Playground
Flex Direction:
row
row-reverse
column
column-reverse
Justify Content:
flex-start
flex-end
center
space-between
space-around
space-evenly
Align Items:
flex-start
flex-end
center
baseline
stretch
1
2
3
4
5