設(shè)置字體的水平與垂直對齊方式
1:
????text-align: center; 水平對齊
? ? line-height: 父元素高度; 行高
2:
? ? display: flex;? 伸縮盒子
? ? justify-content: center; 設(shè)置主軸子項的對齊方式
? ? align-items: center; 設(shè)置側(cè)軸子項的對齊方式
設(shè)置字體的水平與垂直對齊方式
1:
????text-align: center; 水平對齊
? ? line-height: 父元素高度; 行高
2:
? ? display: flex;? 伸縮盒子
? ? justify-content: center; 設(shè)置主軸子項的對齊方式
? ? align-items: center; 設(shè)置側(cè)軸子項的對齊方式