CSS Flexbox Simulator
View on Github
Container Properties
-
+
Justify Content:
flex-start
flex-end
center
space-between
space-around
Flex Wrap:
nowrap
wrap
wrap-reverse
Align Items:
stretch
flex-start
flex-end
center
baseline
Flex Direction:
row
row-reverse
column
column-reverse
Align Content:
stretch
flex-start
flex-end
center
space-between
space-around
1
2
3