【週刊ドットインストール】 AI関連レッスンの次回作を準備中
li:nth-child(3) { color: red; }
を
li , :nth-child(3) { color: red; }
としないのはなぜですか? :nth-child(3) が要素ではないから?
:nth-child(3)
この回答を見るにはプレミアムプランへの登録が必要です