CSS text-underline-offset 屬性
示例
設定下劃線文字裝飾的偏移距離
div.a {
text-decoration: underline;
}
div.b {
text-decoration: underline;
text-underline-offset: 10px;
}
div.c {
text-decoration: underline wavy blue;
}
div.d {
text-decoration: underline wavy blue;
text-underline-offset: 10px;
}
自己動手試一試 »
定義和用法
text-underline-offset
屬性指定下劃線文字裝飾的偏移距離。
瀏覽器支援
表中的數字指定了完全支援該屬性的第一個瀏覽器版本。
屬性 | |||||
---|---|---|---|---|---|
text-underline-offset | 87.0 | 87.0 | 70.0 | 12.1 | 73.0 |
CSS 語法
text-underline-offset: auto|length|percentage|initial|inherit;
屬性值
值 | 描述 | 試一試 |
---|---|---|
auto | 預設值。瀏覽器會為下劃線設定合適的偏移量 | 演示 ❯ |
length | 將偏移量指定為長度值 | 演示 ❯ |
百分比 | 將偏移量指定為百分比值 | 演示 ❯ |
initial | 將此屬性設定為其預設值。閱讀關於initial | |
inherit | 從其父元素繼承此屬性。閱讀關於inherit |
相關頁面
CSS 教程:CSS 文字裝飾
HTML DOM 參考:textDecoration 屬性