Container
flex-directionjustify-contentalign-itemsflex-wrapgap
8px
Item count4
Preview
1
2
3
4
Items
#1grow 0 · shrink 1 · basis auto · order 0▸
#2grow 0 · shrink 1 · basis auto · order 0▸
#3grow 0 · shrink 1 · basis auto · order 0▸
#4grow 0 · shrink 1 · basis auto · order 0▸
Output
.container {
display: flex;
flex-direction: row;
justify-content: flex-start;
align-items: stretch;
flex-wrap: nowrap;
gap: 8px;
}