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