91超碰碰碰碰久久久久久综合_超碰av人澡人澡人澡人澡人掠_国产黄大片在线观看画质优化_txt小说免费全本

溫馨提示×

溫馨提示×

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

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

css中背景相關的屬性有哪些

發布時間:2021-01-29 13:43:26 來源:億速云 閱讀:196 作者:小新 欄目:web開發

這篇文章主要介紹css中背景相關的屬性有哪些,文中介紹的非常詳細,具有一定的參考價值,感興趣的小伙伴們一定要看完!

css背景有哪些相關屬性

1、css背景屬性之為內容設置背景色:background-color;
屬性:
顏色;
 inherit;繼承父級樣式

box.html

<!doctype html>
<html>
<head>
    <mate charset="utf-8">
    <title>背景</title>
    <link href="box.css" type="text/css" rel="stylesheet">
    </head>
    <body>
    <p為內容設置背景色:background-color;</p>
    </body>
    </html>

box.css

body{    
background-color:#123456;
}

2、css背景屬性之為內容設置背景為圖片background-image:url();
box.css

body{
    background-color:#123456;    
    background-image:url(image.png);
    }

3、css背景屬性之固定背景圖片background-attachment
(在CSS中使用 background-attachment屬性可以將圖片固定在瀏覽器上,如果拖動滾動條,背景圖片不會隨著網頁內容的滾動而滾動,像文字浮在圖片上)
屬性值:
scroll;背景圖片隨內容滾動,默認值
fixed; 背景圖片固定,不隨內容滾動
inherit;繼承父類樣式

box.css

body{
    background-color:#123456;    
    background-image:url(image.png);    
    background-attachment:fixed;    
    font-size: 45px;
    }

4、css背景屬性之背景圖片平鋪background-repeat;
屬性值:
  repeat;平鋪背景圖片;默認
  no-repeat;不平鋪圖片;
  repeat-x;在水平方向平鋪
  repert-y;在豎直方向平鋪

box.css

 body{
     background-color:#123456;    
     background-image:url(image.png);    
     background-attachment:fixed;    
     font-size: 45px;    
     background-repeat: repeat-y;    
}

5、css背景屬性之背景圖片定位background-position
屬性值:
top;頂部
center;中間
bottom;底部
right;右邊
left;左邊
inherit;繼承父類樣式
樣式:
  xxxpx,xxxpx;
  xxx%,xxx%;
  xxxpx,top;

box.css

body{
    background-color:#123456;    
    background-image:url(image.png);    
    background-attachment:fixed;    
    font-size: 45px;    
    background-repeat:no-repeat;    
    background-position:left;
    }

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

向AI問一下細節

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

css
AI

安仁县| 玛沁县| 炉霍县| 宁远县| 苍溪县| 贵定县| 佛冈县| 怀宁县| 合肥市| 鄯善县| 石首市| 东台市| 呈贡县| 桦川县| 南投县| 宝应县| 清涧县| 洞头县| 隆德县| 达拉特旗| 安化县| 涿鹿县| 阿鲁科尔沁旗| 龙泉市| 霍邱县| 孟津县| 佛冈县| 梅州市| 黄平县| 宁远县| 临邑县| 舒城县| 兴城市| 循化| 安远县| 江陵县| 舞钢市| 长白| 青河县| 会理县| 宁都县|