页脚行为异常(我的代码中没有页脚)

问题描述 投票:0回答:1

I get a weird footer but I don't have a footer in my code. Something is wrong with the height

<div class="wrapper">
     content 
</div>


.wrapper{
    width: 100%;
    height: 100%;
    background: white;
}

html css
1个回答
0
投票

您要删除页脚,还是要正确调整页脚的尺寸?如果要设置页脚的大小,可以将宽度更改为“ px”值。

也许,如果您共享更多的代码并详细说明一些内容,那么您可能会在问题上有更多的了解。

© www.soinside.com 2019 - 2024. All rights reserved.