/* Changes an element's color on hover */ .selector { background-color: black; } .selector:hover { background-color: blue; }