Build Flexbox and CSS Grid layouts visually โ adjust container and per-item properties, add or remove items, watch the live preview, and copy the CSS. Everything runs in your browser.
Flexbox & Grid Playground
Build Flexbox and CSS Grid layouts visually and copy the CSS
1
2
3
Item 1
Item 2
Item 3
.container {
display: flex;
flex-direction: row;
justify-content: flex-start;
align-items: stretch;
flex-wrap: nowrap;
gap: 8px;
}Related Tools
Get weekly dev tools and tips