背景不会填满整个部分

时间:2019-07-01 00:43:37

标签: html css

我在一个测试项目中使用了该模板(http://www.display-inline.fr/demo/developr/template/inbox.html,但是,当我更改<section role="main" id="main">节以使用类carbon时,背景并未完全填充。

我尝试使用style='height: 100%'来调整节的大小,但是没有用。 我如何用Carbon类背景填充整个页面?

1 个答案:

答案 0 :(得分:0)

您应该使用flags

,而不要使用height:100%

height:100vh
.wrapper {
  background-image: url("https://i.stack.imgur.com/fhEwl.png");
  height: 100vh;
  background-repeat: no-repeat;
}