flex布局justify-content属性值区别
space-between 最左、最右item贴合左侧或右侧边框,item与item之间间距相等。
space-around 每个item 左右方向的margin相等。两个item中间的间距会比较大
- align-items:center; 垂直居中~
标题:space-between与space-around的区别 - 左小白的技术日常
链接:http://www.zuo11.com/blog/2019/11/flex_justify.html
作者:guoqzuo (http://github/zuoxiaobai)