中文字幕av专区_日韩电影在线播放_精品国产精品久久一区免费式_av在线免费观看网站

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

css中的background-repeat屬性怎么用

發布時間:2022-02-25 13:50:57 來源:億速云 閱讀:200 作者:小新 欄目:web開發

這篇文章主要介紹css中的background-repeat屬性怎么用,文中介紹的非常詳細,具有一定的參考價值,感興趣的小伙伴們一定要看完!

  CSSbackground-repeat屬性

  作用:設置是否及如何重復背景圖像。

  基本語法:

  background-repeat:repeat|repeat-x|repeat-y|no-repeat;

  repeat:默認值,背景圖像將向垂直和水平方向重復。

  repeat-x:只有水平位置會重復背景圖像。

  repeat-y:只有垂直位置會重復背景圖像。

  no-repeat:設置背景圖片不會重復。

  說明:background-repeat屬性定義了圖像的平鋪模式。從原圖像開始重復,原圖像由background-image定義,并根據background-position的值放置。

  CSSbackground-repeat屬性的使用示例

  <!DOCTYPEhtml>

  <html>

  <head>

  <metacharset="utf-8">

  <title>菜鳥教程(runoob.com)</title>

  <style>

  .demo1{

  width:400px;

  height:150px;

  border:1pxsolidred;

  background-image:url('https://img.php.cn/upload/article/000/000/024/5c6a4428ea867709.png');

  background-repeat:repeat;

  }

  .demo2{

  width:400px;

  height:100px;

  border:1pxsolidred;

  background-image:url('https://img.php.cn/upload/article/000/000/024/5c6a4428ea867709.png');

  background-repeat:no-repeat;

  }

  .demo3{

  width:400px;

  height:150px;

  border:1pxsolidred;

  background-image:url('https://img.php.cn/upload/article/000/000/024/5c6a4428ea867709.png');

  background-repeat:repeat-x;

  }

  .demo4{

  width:400px;

  height:400px;

  border:1pxsolidred;

  background-image:url('https://img.php.cn/upload/article/000/000/024/5c6a4428ea867709.png');

  background-repeat:repeat-y;

  }

  </style>

  </head>

  <body>

  <h4>repeat設置背景圖片向垂直和水平方向重復</h4>

  <divclass="demo1"></div>

  <h4>no-repeat設置背景圖片不重復</h4>

  <divclass="demo2"></div>

  <h4>repeat-x設置背景圖片向水平方向重復</h4>

  <divclass="demo3"></div>

  <h4>repeat-y設置背景圖片向垂直方向重復</h4>

  <divclass="demo4"></div>

  </body>

  </html>

以上是“css中的background-repeat屬性怎么用”這篇文章的所有內容,感謝各位的閱讀!希望分享的內容對大家有幫助,更多相關知識,歡迎關注億速云行業資訊頻道!

向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

css
AI

本溪市| 南昌县| 尼勒克县| 青河县| 从化市| 万山特区| 师宗县| 蒙城县| 巨野县| 汾西县| 清原| 江安县| 光山县| 海城市| 天峻县| 沙田区| 侯马市| 辰溪县| 墨竹工卡县| 措美县| 定州市| 灵川县| 黑河市| 宾阳县| 井研县| 永宁县| 马龙县| 黔东| 岐山县| 安岳县| 无为县| 保德县| 伊吾县| 监利县| 甘南县| 南和县| 岳阳县| 福安市| 永登县| 肃北| 元氏县|