Flexbox 布局生成器

容器设置

预览效果

1
2
3
.container { display: flex; flex-direction: row; justify-content: center; align-items: center; flex-wrap: wrap; }