CSS Flexbox Generator
Generates Flexbox CSS code visually
Container Properties
10px
Flex Items (4)
1
2
3
4
.container {
display: flex;
flex-direction: row;
flex-wrap: nowrap;
justify-content: flex-start;
align-items: stretch;
align-content: stretch;
gap: 10px;
}