Flexbox Playground
可视化调整 Flex 属性,实时预览布局效果并输出 CSS。
8px
预览
1
2
3
CSS
.container {
display: flex;
flex-direction: row;
justify-content: flex-start;
align-items: stretch;
flex-wrap: nowrap;
gap: 8px;
}可视化调整 Flex 属性,实时预览布局效果并输出 CSS。
.container {
display: flex;
flex-direction: row;
justify-content: flex-start;
align-items: stretch;
flex-wrap: nowrap;
gap: 8px;
}