🛠️ToolsShed

Generador de Flexbox

Genera código de diseño CSS flexbox con editor visual y vista previa en vivo.

Vista previa

1
2
3

Elementos

Elemento 1
grow
shrink
basis
Elemento 2
grow
shrink
basis
Elemento 3
grow
shrink
basis

Salida CSS

.container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  gap: 8px;
}

Preguntas Frecuentes

Comments & Feedback

Comments are powered by Giscus. Sign in with GitHub to leave a comment.