Gerador de Layout CSS Flexbox & Grid
Construa visualmente layouts CSS Flexbox e Grid complexos e copie instantaneamente o código gerado.
Preview
1
2
3
4
5
6
Flexbox Settings
Items
1
2
3
4
5
6
Output Code
display: flex;
flex-direction: row;
justify-content: flex-start;
align-items: center;
flex-wrap: nowrap;
gap: 10px;