AIB青柠
2016-05-23 11:30
为什么我在
div{
width:300px;
height:300px;
border:1px solid red;
}
中添加
div{
width:300px;
height:300px;
border:1px solid red;
line-height:center;
text-align:center;
}
盒子中的box1和box2只是偏上居中,而不是水平垂直居中?
line-height:center; 改成 line-height:300px;
line-height:300px; text-align:center;
line-height:300px;
初识HTML(5)+CSS(3)-升级版
1225297 学习 · 18230 问题
相似问题