Quantcast
Channel: CSSタグが付けられた新着記事 - Qiita
Viewing all articles
Browse latest Browse all 8679

【CSS】link_toのアンダーラインを消す方法

$
0
0

結論

css
a{text-decoration: none;}

と記述するだけ。

text-decoration: none;実行前(右上の線がある)

4eb5f8543396d03d31b58dd7b41cf3d5.png

text-decoration: none;実行後(右上の線が消えている)

cc8e9982b4b898b8388509fd8c465eda.png

まとめ

listで記述した場合、list-style: none;で消せるが、link_toで記述した場合はtext-decoration: none;で消せる。

以上備忘録でした。


Viewing all articles
Browse latest Browse all 8679

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>