设置为 none 时重复背景图像
Background image repeating when set to none
我已将 header 图片设置为不重复。但是,我正在尝试使网站响应。在较小的浏览器中,图像开始重复。
screen snip of website header background
header css
media query
属性 是 不重复 而不是 none
,例如:
.bg-image {
background-repeat: no-repeat;
}
我已将 header 图片设置为不重复。但是,我正在尝试使网站响应。在较小的浏览器中,图像开始重复。 screen snip of website header background
header css media query
属性 是 不重复 而不是 none
,例如:
.bg-image {
background-repeat: no-repeat;
}