无悔冰魄
2021-03-12 10:05
box2怎么在box1中居中
用css样式即可
#box2 {
width:100px;
height:100px;
position: absolute;
top: 25%;
left: 25%;
}
#box2 {
width: 100px;
height: 100px;
position: absolute;
left: 50%;
top: 50%;
margin-left:-50px;
margin-top: -50px;
text-align:center;
}
初识HTML(5)+CSS(3)-升级版
1225294 学习 · 18230 问题
相似问题
回答 2
回答 2
回答 3
回答 2
回答 5