CSS3有哪些新增的背景屬性

來源:互聯網
上載者:User
給大家總結歸納一些CSS的背景屬性,以及CSS3有哪些新增的背景屬性。

background:

background-color:背景顏色

background-image:背景圖片

background-repeat:背景重複

background-position:背景定位

background-attachment:背景固定/fixed)

background-size 背景尺寸

background-size:x y

background-size:100% 100%

background-size:cover 比例放大

background-size:contain 包含(圖片不溢出)

多背景

background:url() 0 0,url() 0 100%;

background-origin 背景地區定位

border-box: 從border地區開始顯示背景。

padding-box: 從padding地區開始顯示背景。

content-box: 從content內容地區開始顯示背景。

background-clip 背景繪製地區

border-box: 從border地區向外裁剪背景。

padding-box: 從padding地區向外裁剪背景。

content-box: 從content地區向外裁剪背景。

text:背景填充文本//不 支援的

no-clip: 從border地區向外裁剪背景。

色彩坡形

線性漸層:-webkit-linear-gradient(起點/角度,顏色 位置,...,)

起點:left/top/right/bottom/left top...... 預設top

角度:逆時針方向 0-360度

顏色 位置:red 0, blue 50%,yellow 100%(紅色從50%漸層到100%為藍色)

色彩坡形

repeating-linear-gradient 線性漸層重複平鋪

IE低版本漸層(濾鏡):

filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#ff0000',GradientType='1');

色彩坡形

放射狀漸層:radial-gradient(起點(圓心位置), 形狀/半徑/大小,顏色1,顏色2)

起點:left/top/right/bottom或具體值/百分比

形狀:ellipse(橢圓)、circle(正圓)

大小:具體數值或百分比,也可以是關鍵字(closest-side(最近端), closest-corner(最近角), farthest-side(最遠端), farthest-corner(最遠角), contain(包含) ,cover(覆蓋));

注:firefox目前只支援關鍵字

關於背景的CSS屬性就這麼多了,更多精彩請關注php中文網其它相關文章!

相關閱讀:

HTML裡DIV相互重疊怎麼辦

HTML裡怎麼使用margin 0 auto

html裡的br,p和DIV有什麼區別

相關文章

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.