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

CSSでリストマーカーを作成する

$
0
0
CSSでリストマーカーを作成する CSSのリストマーカーはdiscなどがあるが、色を変更することや形を変更することができない。 css li { position:relative; padding-left:15px; list-style :none; } li:before { content:""; width:10px; height:10px; background:#ff0000; position:absolute; left:0px; top:5px; } 上の例では赤い四角のリストマーカーが作成できる。 丸いマーカーが欲しい場合は li:beforeの中にborder-radiusを追加する

Viewing all articles
Browse latest Browse all 8764

Trending Articles



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