CSS ::first-line 偽元素
示例
選擇並設定每個 <p> 元素的首行樣式
p::first-line {
font-size: 20px;
text-decoration: underline;
background-color: lightgreen;
}
自己動手試一試 »
定義和用法
::first-line
偽元素用於設定塊級元素的首頁面的樣式。
注意: ::first-line 可以使用以下屬性:
- 所有字型屬性
- 所有背景屬性
- color
- text-shadow
- word-spacing
- letter-spacing
- text-transform
- text-decoration
- text-decoration-color
- text-decoration-line
- text-decoration-style
- vertical-align
- line-height
版本 | CSS1 |
---|
瀏覽器支援
表中數字表示首次完全支援此偽元素的瀏覽器版本。
偽元素 | |||||
---|---|---|---|---|---|
::first-line | 1.0 | 9.0 | 1.0 | 1.0 | 7.0 |
CSS 語法
相關頁面
CSS 教程:CSS 偽元素