Question 1 of 6
Which selector matches a paragraph at any depth inside an element with the class
.card?
Look for the selector that uses whitespace rather than a relationship symbol.
Whitespace is the descendant combinator, so
Review this lesson
.card p can match a paragraph at any depth below a matching card.