V
Vel·ToolKit
Simple · Fast · Ready to use
EN

Flexbox

Live Flex container playground

Container
flex-direction
justify-content
align-items
flex-wrap
gap
8px
Item count
4
Preview
1
2
3
4
Items
#1grow 0 · shrink 1 · basis auto · order 0
#2grow 0 · shrink 1 · basis auto · order 0
#3grow 0 · shrink 1 · basis auto · order 0
#4grow 0 · shrink 1 · basis auto · order 0
Output
.container { display: flex; flex-direction: row; justify-content: flex-start; align-items: stretch; flex-wrap: nowrap; gap: 8px; }