【发布时间】:2021-08-14 13:17:10
【问题描述】:
background-size height 属性为什么不起作用?
body{
background-image: url("images/1.jpg");
background-repeat: no-repeat;
background-size: 100% 100%;
background-position: 50px 50px;
}
【问题讨论】:
-
如果将 min-height:100% 添加到 html 元素会怎样?
标签: css background-size