Design und Assets
Flexbox-Generator
Erzeuge Flex-Container-CSS mit einer Live-Layoutvorschau.
Eingabe
Flexbox-Generator
flexboxcss layoutfrontendGenerator
Ausgabe
Generated Flexbox CSS
Direction
row
Gap
16px
Einträge
4
.flex-layout {
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
gap: 16px;
flex-wrap: nowrap;
}
.flex-layout .item {
min-width: 72px;
min-height: 72px;
border-radius: 18px;
display: grid;
place-items: center;
font-weight: 700;
color: white;
}Flex layout Vorschau
Live canvas

