我的CSS背景图片没有填满我的网页底部,我的网页底部还有一些空白,我该如何用我的背景图片来填满网页呢?
html, body
{
height: 100%;
}
body
{
margin: 0;
padding: 0;
background:url('semi_buffet.jpg');
background-repeat: no-repeat;
background-position:center center ;
background-size: cover;
font-family:"Times New Roman", Times, serif;
}https://stackoverflow.com/questions/51336640
复制相似问题