css宽度作为div内的高度

时间:2018-06-29 13:07:12

标签: html css

HTML

<div class="header">
    <div class="header-logo"/>
</div>

CSS

.header {
    width: 50%;
    height: 10%;
}
.header-logo {
    height: 100%;
    width: same as height;
}

vw这样的视口单位不适用

this限制为宽度

0 个答案:

没有答案