用途
主要针对html元素的两端对齐排列问题
主要方法
.flex {
display: flex;
justify-content: space-between;
align-items: center;
}
注意地方
将其设置为公共样式,在元素中加上class就好
主要针对html元素的两端对齐排列问题
.flex {
display: flex;
justify-content: space-between;
align-items: center;
}
将其设置为公共样式,在元素中加上class就好
本文标题:CSS3 flex 布局
本文链接:https://www.haomeiwen.com/subject/gymntctx.html
网友评论