Zurück

Design und Assets

Flexbox-Generator

Erzeuge Flex-Container-CSS mit einer Live-Layoutvorschau.

Kategorie

Design und Assets

Tags

flexboxcss layoutfrontendGenerator
Mehr aus Design und Assets
Eingabe

Flexbox-Generator

flexboxcss layoutfrontendGenerator
Schnellbeispiele
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