字型屬性:
color: 顏色名稱
/十六進製制
/rgb
碼 #fff
和#ffffff
都表示白色
font-family:字形名稱
/字形名稱
....
可以有多個字形,但只取乙個,從頭開始選直到找到乙個適合的。
font-size: 數值
+%/數值+單位
pt、px、
em、ex
font-style:
normal
普通/italic
斜體/oblique斜體
font-weight: normal普通
/bold
粗體/bolder
超粗體/lighter細體
段落屬性:
文字水平對齊: text-align: left/center/right/justify兩端對齊;
首先縮排:text-indent: 數值
+%/數值+單位
pt、px、
em、ex
字元間距:letter-spacing: normal/ 數值+單位
pt、px、
em、ex
行高: line-height: 數值+單位
是否換行:word-wrap: break-word
文字效果屬性:
垂直對齊:vertical-align:
baseline
一般位置
/super
上標/sub
下標/top
頂端對齊
/middle
垂直劇中
/botton
底端對齊
文字裝飾:text-decoration: none/underline下劃線
/line-through
刪除線/overline
上劃線
轉換字母大小:text-transform:
none/lowercase/uppercase/capitalize
首字母大寫
增加陰影:text-shadow
CSS 段落屬性
利用css還可以控制段落的屬性,主要包括單詞間隔 字元間隔 文字修飾 縱向排列 文字轉換 文字排列 文字縮排和行高等。1.1 單詞間隔 word spacing 語法 word spacing 取值 說明 取值可以使用mormal,也可以使用長度值。normal指正常的間隔,是預設選項 長度是設定單...
CSS文字和字型屬性的設定
divfontkuse fontstyle01 hello world fontstyle02 hello world fontstyle03 hello world fontstyle04 加油!i can do it divtextuse textprosetting 勵志名言 沒有收拾殘局的能...
css文字屬性 文字轉換(CSS屬性)
css文字屬性 text transform 文字轉換 繼承 this property controls if and how an element s text content is capitalized.此屬性控制是否以及如何大寫元素的文字內容。these style rules makeh...