Gerador de Flexbox CSS

Ajuste parâmetros do container flex visualmente, veja o layout em tempo real e copie o código CSS. Ferramenta grátis no navegador.

flex-direction
justify-content
align-items
flex-wrap
gap12px
子项数量4
预览
1
2
3
4
display: flex;
flex-direction: row;
justify-content: flex-start;
align-items: stretch;
flex-wrap: nowrap;
gap: 12px;

Ferramentas de Design · Ferramentas relacionadas