Disable underline for lowercase characters: g q p j y?

前端 未结 7 2238
清歌不尽
清歌不尽 2020-12-01 01:26

Sometimes you don\'t want an underline blindly cutting through an underlined page title!
Is there a way to automatically elegantly disable underline for

7条回答
  •  既然无缘
    2020-12-01 02:06

    It would be a pain in the ass, but I would make an "underline" class and then go in and do it manually

    HTML

    Vergeten Kanalen

    CSS

    .underline{text-decoration:underline;}
    

提交回复
热议问题