5.3 文字屬性

屬性 屬性值 描述
color #RRGGBB、#RGB、color 設定文字色彩
letter-spacing 17px、17em、17% 設定文字間距
line-height 17px、17em、17% 設定行高
text-align left、right、center、justify 設定文字對齊方式
text-decoration none、underline、overline、line-through 將文字加底線、頂線、刪除線
text-transform none、capitalize、uppercase、lowercase 將文字字首大寫、全部大寫、全部小寫
white-space normal、nowrap、pre、
pre-wrap、pre-line
合併連續的空白字元並自動換行、
合併連續的空白字元但不自動換行、
保留連續的空白字元但不自動換行、
保留連續的空白字元並自動換行、
合併連續的空白字元 (但保留換行) 並自動換行
word-spacing normal、17px、17em 設定空白寬度
content "string"、attr(href)、url(eg.png)、
counter(id)、open-quote、close-quote、
no-open-quote、no-close-quote
搭配 :before 或 :after 選擇器,
在元素的開頭或結尾插入特定的內容