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

n番目の子要素の色を変える

$
0
0

n番目の子要素の色を変える。

・nth-child(?)を使う
・nthは1th,2th,...からくるnth

.item{background-color:white;margin:10px;}.item:nth-child(even){background-color:gray;}
exportconstHoge=()=>{return(<><ul><liclassName="item">aaaa</li><liclassName="item">aaaa</li><liclassName="item">aaaa</li><liclassName="item">aaaa</li></ul></>)}

結果
スクリーンショット 2020-11-18 21.42.40.png


Viewing all articles
Browse latest Browse all 8945

Trending Articles



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