编程题
//css html, body { height: 100% } .main { display: flex; height: 100%; justify-content: center; align-items: center } .box { width: 300px; border: 1px solid red; } //html <div class="main">未知高度上下左右居中</div> </div>
//css
html,
body {
height: 100%
}
.main {
display: flex;
height: 100%;
justify-content: center;
align-items: center
.box {
width: 300px;
border: 1px solid red;
//html
<div class="main">
未知高度上下左右居中</div>
</div>
1
点击进入快速问答通道>>
热门公司面试题
热门面试单题