【问题标题】:Background image repeating when set to none [closed]设置为无时重复背景图像[关闭]
【发布时间】:2020-11-18 04:41:41
【问题描述】:

我已将标题图像设置为不重复。但是,我正在尝试使网站具有响应性。在较小的浏览器中,图像开始重复。 screen snip of website header background

header css media query

【问题讨论】:

  • 将您的代码包含在文本中而不是图像中
  • 欢迎来到 StackOverflow。请查看How do I ask a good question 以了解您需要向我们提供哪些信息以及如何包含这些信息。此外,这是一个微不足道的问题,与 Stack Overflow 无关 - 一个简单的谷歌 CSS background image repeat 将为您提供大量资源来帮助您自己解决这个问题。

标签: html css image media-queries repeat


【解决方案1】:

属性是no-repeat而不是none,例如:

.bg-image {
    background-repeat: no-repeat;
}

【讨论】:

    猜你喜欢
    • 2019-04-27
    • 2014-01-19
    • 2021-03-14
    • 1970-01-01
    • 2014-07-01
    • 2014-04-07
    • 1970-01-01
    • 2015-03-14
    • 1970-01-01
    相关资源
    最近更新 更多