屬性
描述color
設定文字顏色
direction
設定文字方向。
letter-spacing
設定字元間距
line-height
設定行高
text-align
對齊元素中的文字
text-decoration
向文字新增修飾
text-indent
縮排元素中文字的首行
text-shadow
設定文字陰影
text-transform
控制元素中的字母
unicode-bidi
vertical-align
設定元素的垂直對齊
white-space
設定元素中空白的處理方式
word-spacing
設定字間距
CSS文字屬性
一 可以被繼承的屬性 font size font family font weight font style line height color text align text indent 二 文字大小 屬性值為數值型,必須給屬性值加單位,屬性值為0時除外。單位可以是pt px em 9pt 1...
CSS 文字屬性
1 縮排文字 text indent 3em 段落首行縮排給定長度 只應用於塊級元素,無法將這個屬性應用與行內元素。影象之類的替換元素上也無法應用text indent屬性。可以繼承 如果要設定成負值,為了防止超出邊界,建議的寫法如下 p2 水平對齊 text align left center r...
css 文字屬性
字型顏色color 字元間距letter spacing 文字背景色background color 行間距line height 90 10px,0.3 對齊文字text align 文字修飾text decoration 取值 overline line through underline bl...