.light { color: green; } .see-the { color: orange; } .hide-the { color: green; } .multiple-conditions-1 { color: red; } .inheritance .test { color: black; } .inheritance:hover { color: pink; }