css怎么去掉下划线样式
时间:2021-05-19 来源:互联网
今天PHP爱好者为您带来css去掉下划线样式的方法是,设置属性【text-decoration: none;】。如果我们要为文本添加样式,如红色波浪线,可以设置属性【text-decoration: underline red;】。希望对大家有所帮助。
css怎么去掉下划线样式
本文操作环境:windows10系统、css 3、thinkpad t480电脑。
如果我们要取消文本中的下划线样式,可以设置属性text-decoration: none,下面我们来介绍下text-decoration属性。
text-decoration 属性规定添加到文本的修饰,下划线、上划线、删除线等。
text-decoration: none;
/*没有文本装饰*/
text-decoration: underline red;
/*红色下划线*/
text-decoration: underline wavy red;
/*红色波浪形下划线*/
举些例子:
h1.under {
text-decoration: underline;
}
h1.over {
text-decoration: overline;
}
p.line {
text-decoration: line-through;
}
p.blink {
text-decoration: blink;
}
a.none {
text-decoration: none;
}
p.underover {
text-decoration: underline overline;
}
以上就是css怎么去掉下划线样式的详细内容,更多请关注php爱好者其它相关文章!
-
永劫无间多少钱一个红 2024-12-20
-
永劫无间多少钱开一个箱子 2024-12-20
-
阿瑞斯病毒2火铳弹药怎么获得?阿瑞斯病毒2火铳弹药获得方法 2024-12-19
-
阿瑞斯病毒2哈士奇在哪?阿瑞斯病毒2哈士奇获得方法 2024-12-19
-
寻道大千反击流阵容推荐 2024-12-19
-
和平精英性别怎么换?和平精英性别转换方法 2024-12-19