其他分享
首页 > 其他分享> > 弹性盒子最后一行靠左

弹性盒子最后一行靠左

作者:互联网

在这里插入图片描述

 display: flex;
 justify-content: space-around;
 flex-wrap: wrap;

在这里插入图片描述

      display: flex;
      flex-wrap: wrap;
      justify-content: flex-start;

在这里插入图片描述
这个充满效果是在上边css的基础上给子div(轻舟已过万重山)加margin和给父框(大红框)加padding实现的。
缺点:需要手动调边距值,是用肉眼看,相对平分间距。

标签:flex,红框,盒子,弹性,content,wrap,靠左,display,justify
来源: https://blog.csdn.net/NOyesNONO_/article/details/120860276