Visually build flexbox layouts with live preview and instant CSS code export.
The dashed box is your flex container
.container { display: flex; flex-direction: row; justify-content: flex-start; align-items: stretch; flex-wrap: nowrap; gap: 8px; }