Skip to main content
Journey Uncommon Logo
JourneyUncommon
mediumCSSnot is whereSingle-choice MCQ

Two rules target the same element. What color does the paragraph end up with?

p:where(.intro) { color: blue; } p { color: green; }