CSS Flexbox/Grid Playground
Light
Item 1
Item 2
Item 3
Item 4
Item 5
Item 6
Generated CSS
.container { display: flexbox; flex-direction: row; justify-content: flex-start; align-items: stretch; flex-wrap: nowrap; }
.container { display: flexbox; flex-direction: row; justify-content: flex-start; align-items: stretch; flex-wrap: nowrap; }