space-between与space-around的区别

flex布局justify-content属性值区别

space-between 最左、最右item贴合左侧或右侧边框,item与item之间间距相等。
space-around 每个item 左右方向的margin相等。两个item中间的间距会比较大

space-between与space-around的区别

  • align-items:center; 垂直居中~

标题:space-between与space-around的区别 - 左小白的技术日常
链接:http://www.zuo11.com/blog/2019/11/flex_justify.html
作者:guoqzuo (http://github/zuoxiaobai)

上一篇:css利用flex布局画骰子的六个面


下一篇:mysql中between……and……的范围,对“between……and……应用在字符上左闭右开”的正确解释,纠正老杜的说法