同一背景图片在网页上多次显示

Same background image gets displayed multiple times on the webpage

我构建了一个简单的网页,其中在 body 标签background 中包含 background image -size 设置为 cover in css file.When 我调整我的 chrome window 显示原始图像与同一张图片相邻等等,就像 collage.How 我可以解决这个问题吗?

将以下 CSS 代码添加到您的样式表

background-repeat: no-repeat;