标签: html css
有谁知道我页面底部的空白区域是什么以及如何解决这个问题? bckgr图像应该是100vh,但正如你所看到的那样。为什么呢?
.content { width:100%; background: url(../img/Background.png) no-repeat center; background-size:cover; height: 100vh; }