盒子布局
深圳/平面设计师/8年前/115浏览
版权
盒子布局
属于纯粹的日记,记录一天的学习内容,代码小白,自学。反正就是吃藕。
1,学习到了 -moz-box-align: center;
-moz-box-pack:center;
<字体垂直水平居中>
(firefox火狐浏览器的兼容码)
-webkit-box-pack: center;
-webkit-box-align: center;
<字体垂直水平居中>
(chrome谷歌浏览器的兼容码)
2.学习到了box-sizing:border-box (在我认为就是属于 :“一个框”改变是框的内部距离(固定))
另一种水平垂直居中方法flex布局
div{
display: flex;
align-items: center;
justify-content:center;
}
0
Report
声明
收藏
Share
相关推荐
in to comment
Add emoji
喜欢TA的作品吗?喜欢就快来夸夸TA吧!
You may like
相关收藏夹
Log in
推荐Log in and synchronize recommended records
收藏Log in and add to My Favorites
评论Log in and comment your thoughts
分享Share




























































