示例图
使用3种css方式达到上图效果
1. inline-block && margin-left
2. justify-content: space-evenly
兼容性差
3. justify-content: space-between
示例图
使用3种css方式达到上图效果
1. inline-block && margin-left
2. justify-content: space-evenly
兼容性差
3. justify-content: space-between
本文标题:[CSS] 等间隙布局
本文链接:https://www.haomeiwen.com/subject/mvrinctx.html
网友评论