關於背景的CSS宣告

2021-08-24 23:36:54 字數 614 閱讀 4870

背景色

background-color

:#ff0;

背景

background-image

:url(路徑);

插入:屬於網頁的內容,也就是結構

/*背景的顯示原則:容器寬度等於尺寸,背景正好顯示在容器中;容器寬度大於尺寸,背景將預設平鋪,直至鋪滿整個容器;容器寬度小於尺寸,只顯示元素範圍以內的背景圖;*/

背景平鋪

background-repeat:no-repeat(不平鋪)/repeat(平鋪)/repeat-x(水平平鋪)/repeat-y(垂直平鋪);
背景的位置

background-position

:值1 值2;

/*值1:水平位置的座標;值2:垂直位置的座標;*/

/*值1:=left/center/right;值2:=top/center/bottom*/

/*向右方向、向下方向為正直*/

關於css背景位置設定

可以把 分開寫 background url image feed.gif no repeat background position 10px 5px 調整其中的數值就可以達到調整位置的目的。第乙個是左右,第二個引數是上下 例如 background position 20px 10px 指向右移...

關於CSS背景background屬性經典的配置

background background color transparent background image url assets images phonetitle1.gif background repeat repeat background attachment scroll backg...

css背景樣式css背景樣式

css背景樣式 css背景樣式 序號中文說明 標記語法 1背景顏色2背景 3背景重複 4背景固定 5背景定位 6背影樣式 1 背景顏色 background color 語法 說明 引數取值和顏色屬性一樣 注意 在 html當中,要為某個物件加上背景色只有一種辦法,那就是先做乙個 在 中設定完背景色...