css text-underline-position使用方法
語法:
text-underline-position : below | above
參數:
below : 在文本下面
above : 在文本上面
說明:
設置或檢索text-decoration屬性定義的下劃線的位置。
對應的腳本特性為textUnderlinePosition。請參閱我編寫的其他書目。
示例:
p { text-underline-position: above; text-decoration: underline; }
- css font-stretch使用方法
- font-stretch : normal | narrower | wider | ultra-condensed | extra-condensed
- 03-21 關注:4