Idioma
Voltar

Design e Recursos

Flexbox Gerador

Gerar flex container CSS com a live layout preview.

Entrada

Flexbox Gerador

flexboxcss layoutfrontendgenerator
Saída

Generated Flexbox CSS

Direction
row
Gap
16px
.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 preview
Live canvas

Ferramentas relacionadas

Cookie preferences

We use cookies for essential site features and, with your permission, analytics and advertising.