css中的background-repeat屬性怎么用

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

成都創(chuàng)新互聯(lián)公司主要從事網(wǎng)站制作、成都做網(wǎng)站、網(wǎng)頁設計、企業(yè)做網(wǎng)站、公司建網(wǎng)站等業(yè)務。立足成都服務白云,十載網(wǎng)站建設經(jīng)驗,價格優(yōu)惠、服務專業(yè),歡迎來電咨詢建站服務:13518219792

CSSbackground-repeat屬性

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

基本語法:

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

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

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

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

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

說明:background-repeat屬性定義了圖像的平鋪模式。從原圖像開始重復,原圖像由background-image定義,并根據(jù)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('/upload/otherpic55/5c6a4428ea867709.png');

background-repeat:repeat;

}

.demo2{

width:400px;

height:100px;

border:1pxsolidred;

background-image:url('/upload/otherpic55/5c6a4428ea867709.png');

background-repeat:no-repeat;

}

.demo3{

width:400px;

height:150px;

border:1pxsolidred;

background-image:url('/upload/otherpic55/5c6a4428ea867709.png');

background-repeat:repeat-x;

}

.demo4{

width:400px;

height:400px;

border:1pxsolidred;

background-image:url('/upload/otherpic55/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屬性怎么用”這篇文章的所有內(nèi)容,感謝各位的閱讀!希望分享的內(nèi)容對大家有幫助,更多相關知識,歡迎關注創(chuàng)新互聯(lián)行業(yè)資訊頻道!

網(wǎng)頁標題:css中的background-repeat屬性怎么用
URL鏈接:http://muchs.cn/article46/gjgchg.html

成都網(wǎng)站建設公司_創(chuàng)新互聯(lián),為您提供Google、手機網(wǎng)站建設、微信小程序、搜索引擎優(yōu)化微信公眾號、軟件開發(fā)

廣告

聲明:本網(wǎng)站發(fā)布的內(nèi)容(圖片、視頻和文字)以用戶投稿、用戶轉(zhuǎn)載內(nèi)容為主,如果涉及侵權請盡快告知,我們將會在第一時間刪除。文章觀點不代表本網(wǎng)站立場,如需處理請聯(lián)系客服。電話:028-86922220;郵箱:631063699@qq.com。內(nèi)容未經(jīng)允許不得轉(zhuǎn)載,或轉(zhuǎn)載時需注明來源: 創(chuàng)新互聯(lián)

h5響應式網(wǎng)站建設