Flexbox Playground
Tweak flex-direction, justify-content, align-items, gap, wrap, and item count. Live preview plus copy-ready CSS.
100% in your browser. Files never uploaded.
1
2
3
4
5
CSS
display: flex; flex-direction: row; justify-content: flex-start; align-items: stretch; flex-wrap: nowrap; gap: 8px;
How to use
- 1Tweak the controlsWatch the live container update.
- 2Copy the CSSDrop straight into your stylesheet.