我的页面正文上有多个背景时遇到问题。这是CSS:
html, body {
margin: 0px;
padding: 0px;
width: 100%;
background-image: url(../img/top-left.png), url(../img/top-right.png);
background-position: top-left, top-right;
background-repeat: no-repeat;
}
但是,这不起作用。有人能帮我吗?谢谢!