CSS Flexbox Generator
Build flexbox layouts visually and copy the CSS.
1
2
3
4
.container {
display: flex;
flex-direction: row;
justify-content: flex-start;
align-items: stretch;
flex-wrap: nowrap;
gap: 12px;
}gap12px
Children4
Build flexbox layouts visually and copy the CSS.
.container {
display: flex;
flex-direction: row;
justify-content: flex-start;
align-items: stretch;
flex-wrap: nowrap;
gap: 12px;
}