Flexbox Playground

Visually explore CSS Flexbox properties and generate ready-to-use code.

flex-direction
justify-content
align-items
flex-wrap
gap: 8px
Items: 5
Height: 200px
.container
1
2
3
4
5
Generated CSS
.container {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 8px;
}
📐 Quick Reference
display:flex
flex-direction:row
justify-content:flex-start
align-items:stretch
flex-wrap:wrap
gap:8px
Infinio Tools
Beautifully built with daisyUI 🌼