码迷,mamicode.com
首页 > Web开发 > 详细

css控制字体线使用:text-decoration

时间:2019-01-22 17:24:05      阅读:440      评论:0      收藏:0      [点我收藏+]

标签:title   targe   style   ati   www.   get   test   highlight   code   

css控制字体下划线使用text-decoration :

  • text-decoration:none 无装饰,通常对html下划线标签去掉下划线样式
  • text-decoration:underline 下划线样式
  • test-decoration:line-through 贯穿线样式
  • test-decoration:overline 上划线样式

实例:

<a href="#" class="item-title"/>

<style scoped>
  .item-title {
    text-decoration: none;
  }

  .item-title:hover {
    text-decoration: underline;
  }
</style>

 

css控制字体线使用:text-decoration

标签:title   targe   style   ati   www.   get   test   highlight   code   

原文地址:https://www.cnblogs.com/spaceapp/p/10304473.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!