.class1 .class2 h2{
    color: red;
}
Selects all
<h2>
elements within
.class2
that is a descendant of
.class1
element
by Valeri Tandilashvili
4 years ago
CSS
selectors
Learn CSS
1
Pro tip: use ```triple backticks around text``` to write in code fences