CSS學習小劄-常用屬性總結之background&&text

來源:互聯網
上載者:User
Background
Properity Description Values
background

同時設定一個或者多個背景屬性,

各個具體屬性的值可以按任意順序組合

background-color

background-image

background-repeat

background-attachment

background-position

background-attachment 設定圖片的現實方式,是隨著頁面滾動還是固定

scroll

fixed

background-color 設定背景顏色

color-rgb

color-hex(十六進位)

color-name(標準HTML17種顏色關鍵字)

transparent(透明度)

rgba(存在瀏覽器安全色問題)

background-image 選擇設定為背景的圖片

url

none

background-position 設定背景圖片的位置

top left(Keyword效果和left top相同)

top center(同上)

top right(同上)

center left(同上)

center center(同上)

center right(同上)

bottom left(同上)

bottom center(同上)

bottom right(同上)

x-% y-%(Percentage)

x-pos y-pos(Exactvalue,如px和em)

background-repeat 設定背景圖片的重複方式

repeat(平鋪)

repeat-x

repeat-y

no-rep

Text
Property Description Possible Vlues
color 設定文字顏色

keywords

rgb

十六進位

direction 設定文字書寫方向

ltr

rtr

inherit

letter-spacing 增大或減小字間距

normal

length

text-align 設定文字對齊

left

right

center

justify(齊行)

text-decoration 設定文字裝飾效果

none

underline

overline

line-through

blink(閃爍)

text-indent 設定文字區塊首行縮排

length

%

text-shadow 設定文本陰影

none

color

length

text-transform 控制文字大小寫

none

capitalize

uppercase

lowercase

white-space 規定如何處理元素中的空白

normal

pre

nowrap

word-spacing 增加或減少文字間的距離

normal

length

相關文章

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.