慕粉1461461666
2016-09-13 11:29
水平垂直居中可以写成“
left:0;
right:0;
top:0;
bottom:0;
margin:auto;
”
.hh{
width: 0px; height: 0px;
position: absolute;
left: 0;
top: 0;
right: 0;
bottom: 0;
margin: auto; /* 有了这个就自动居中了 */
}
记得,需要定义宽度
JS+CSS3实现“粽情端午”
39504 学习 · 74 问题
相似问题