flex-direction
flex-wrap
justify-content
align-items
gap8px
items5
1
2
3
4
5
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: flex-start;
align-items: stretch;
gap: 8px;
About this tool
How to use it
- Toggle each flex property — direction, wrap, align-items, justify-content — on the live container.
- The CSS output updates instantly.
- Copy the flexbox CSS.
Why it lives here
Everything runs in your browser. No account, no ads, no tracking, and no upload.