千鋒前端浠浠呀老師HTML+CSS教程,零基礎(chǔ)web前端開發(fā)入門必看視頻

css 文本修飾
1為文本添加裝飾線 text-decoration-line屬性
overline:在文本上方添加
line-through:在文本中間添加線條修飾
underline:在文本下方添加線條修飾
2文本設(shè)置裝飾的顏色通過text-decoration-color:red/rgb/#fff屬性
3text-decoration-style:solid(實線)double(雙實線)dotted(圓點線)dashed(虛線)
wavy(波浪線)
4text-decoration-thickness屬性設(shè)置厚度
auto 默認值 px %
5簡寫:text-decoration:underline red double 5px
6 給a添加text-decoration:none可以去除下劃線
標簽: