logo
  • 教程列表
  • SO官方文檔
  • 背景
    • 背景顏色
    • 背景漸變
    • 背景圖片
    • 背景簡寫
    • 背景大小
    • 背景位置
    • 背景 -origin 屬性
    • 背景附件
    • 多個背景影象
    • 拖車背景
    • 背景重複
    • 不透明度的背景顏色
    • background-blend-mode 屬性
  1. StackOverflow 文件
  2. CSS 教程
  3. 背景
  4. 背景重複

背景重複

Created: November-22, 2018

background-repeat 屬性設定是否/如何重複背景影象。

預設情況下,垂直和水平重複背景影象。

div {
  background-image: url("img.jpg");
  background-repeat: repeat-y;
}

這是 background-repeat: repeat-y 的樣子:

StackOverflow 文件

  • 不透明度的背景顏色
  • 拖車背景

Copyright © 2018. All right reserved

tastones.com 备案号:鲁ICP备18045372号-1

  • 關於本站
  • 免責聲明