not

CSS
  • 2020.09.01
  • ,

CSS 「:not」の使い方

article p:not(:first-of-type) { color: red; } articleタグ内、Pタグのうち、最初のもの以外を赤字にする。 「:not()」のかっこ内に除外したいものを入れます。   参考にしたYouTube