Flexbox 布局生成器
可视化生成 CSS Flexbox 布局代码
预览
1
2
3
4
设置
生成的 CSS 代码
.container {
display: flex;
flex-direction: row;
justify-content: flex-start;
align-items: stretch;
flex-wrap: nowrap;
gap: 16px;
}可视化生成 CSS Flexbox 布局代码
.container {
display: flex;
flex-direction: row;
justify-content: flex-start;
align-items: stretch;
flex-wrap: nowrap;
gap: 16px;
}