CSS Flexbox Playground
Learn and experiment with all CSS Flexbox properties visually to build complex layouts.
CSS Flexbox Playground
Experiment with Flexbox properties and see the results in real-time.
Container Properties
Item 1
Item 2
Item 3
Item 4
.container {
display: flex;
justify-content: flex-start;
align-items: stretch;
flex-direction: row;
flex-wrap: nowrap;
align-content: stretch;
}