css背景樣式

2022-07-23 08:33:11 字數 674 閱讀 6388

css背景background的樣式主要有以下幾種:

1、背景的顏色:background-color

背景顏色可以寫成十六進製制的以#開頭,還可以是rgb格式rgb(255.0.0),還可以直接寫成顏色的英文格式。

格式一:background-color:#fff;

格式二:background-color:rgb(255.0.0);

格式三:background-color:yellow;

2、背景的:background-image

第一種可以使用top left right center bottom來規定位置

第二種可以使用兩個百分比來規定位置,第乙個是水平位置,第二個是垂直位置。

第三種使用單位畫素來規定位置,如果只規定了乙個值,那麼另乙個值就是50%。

不重複:background-repeat:no-repeat

水平重複:background-repeat:repeat-x

垂直縱向重複:background-repeat:repeat-y

隨著html的內容滾動:預設情況下是這樣的,不用設定。background-attachment:scroll

固定背景影象:background-attachment:fixed

繼承父元素:background-attachment:inherit

css背景樣式css背景樣式

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

CSS 背景樣式

目錄 背景色 background color 背景影象 background image 背景重複 平鋪 background repeat 背景定位 background position 關鍵字百分數值 長度值 背景關聯 background attachment div注 定義沒有先後之分。...

css 背景樣式

樣式屬性 樣式名描述 background color 設定背景顏色 background image 設定背景 background repeat 設定背景重複 background position 設定背景影象定位 background attachment 設定背景影象滾動 backgrou...