flex中的先占據(jù)左右 再平分中間間隙
????display: flex;? 控制子元素在一行上展示 并且子元素如果是行內(nèi)元素是可以設(shè)置width height大小高度
????justify-content: space-between; 先占據(jù)左右 再平分中間間隙
flex - 設(shè)置水平與垂直對(duì)齊
?????display: flex;? 伸縮盒子
? ? ?justify-content: center; 設(shè)置主軸子項(xiàng)的對(duì)齊方式
? ? ?align-items: center; 設(shè)置側(cè)軸子項(xiàng)的對(duì)齊方式