如何使背景颜色覆盖整个浏览器屏幕?
.top{
background-color:green;
color: white;
height:1000px;
display: flex;
flex-direction: column;
}
<div className = "top">
<Header/>
<Body />
</div>
我试过把高度设为100%。但它根本不起作用。我该如何修复它?
HUWWW
RISEBY
BIG阳
相关分类