Selects all
h2
elements that has parent with both
cl1
and
cl2
classes
.cl1.cl2 h2{
    color: red;
}
by Valeri Tandilashvili
4 years ago
CSS
selectors
CSS
1
Pro tip: use ```triple backticks around text``` to write in code fences