跳至主要内容
CSS-Tricks
  • 文章
  • 笔记
  • 链接
  • 指南
  • 年鉴
  • 随机
搜索

文章标签
background-repeat

1 篇文章
{
,

}
文章 background-repeat 的直接链接
background-repeat

background-repeat

如果指定了 background-image 属性,则 CSS 中的 background-repeat 属性定义它是否(以及如何)重复。

html {
  background-image: url(logo.png);
  background-repeat: repeat-x; 
}
值

background-repeat 属性接受以下值

/* Single value syntax */
background-repeat: repeat; 
…
Avatar of Geoff Graham
Geoff Graham 于 2024年5月21日

CSS-Tricks 由 DigitalOcean 提供支持。

关注 Web 开发最新动态

通过我们精心制作的时事通讯

DigitalOcean
  • 关于 DO
  • Cloudways
  • 法律信息
  • 获取免费积分!
CSS-Tricks
  • 为我们撰稿!
  • 与我们合作广告
  • 联系我们
社交
  • RSS Feed
  • CodePen
  • Mastodon
  • X
返回顶部

© 2024 . All rights reserved.