HTML:
<div class="wrap">
<div class="content"></div>
</div>
CSS:
.wrap {
width: 200px;
height: 100px;
background-color: #000088;
}
.content {
width: 50%;
height: 50%;
margin-top: 50%;
background-color: #889B4A;
}
经典CSS面试题如上,问height和margin-top的值?
height为50px,margin-top为100px;
邮件发出三天了,未收到回复,官网也未见更正!
问题链接:[CSS margin-top 属性](https://www.w3school.com.cn/cssref/pr_margin-top.asp)
参考链接:[margin-top](https://developer.mozilla.org/zh-CN/docs/Web/CSS/margin-top)