Flexbox Playground
Visually experiment with Flexbox properties.
Flexbox Playground
Experiment with CSS Flexbox properties and see the results live in the preview.
Container Properties
Items
3 items
1
2
3
.container {
display: flex;
flex-direction: row;
justify-content: flex-start;
align-items: stretch;
flex-wrap: nowrap;
gap: 10px;
}
Frequently Asked Questions