Home
Services
Tools
Case Studies
Blog
About
Contact
Get in Touch
CSS Flexbox Playground
Create and experiment with Flexbox layouts
Container Properties
Display
flex
inline-flex
Flex Direction
row
row-reverse
column
column-reverse
Flex Wrap
nowrap
wrap
wrap-reverse
Justify Content
flex-start
flex-end
center
space-between
space-around
space-evenly
Align Items
stretch
flex-start
flex-end
center
baseline
Align Content
normal
flex-start
flex-end
center
space-between
space-around
space-evenly
stretch
Gap
Item Properties
Select Item
Item 1
Width
Height
Order
Flex Grow
Flex Shrink
Flex Basis
Align Self
auto
flex-start
flex-end
center
baseline
stretch
Preview
Code
1