```css .example .subselector { color: gray; } ```

.example .subselector {
   color: gray;
}
Was this page helpful?