Flexbox Generator
Visually build and preview CSS flexbox layouts, then copy the code.
Visually build and preview CSS flexbox layouts, then copy the code.
.container {
display: flex;
flex-direction: row;
flex-wrap: nowrap;
justify-content: flex-start;
align-items: stretch;
align-content: stretch;
gap: 8px;
}