css change a class of object when hover over another code example Example: css hover change other element #container:hover > #cube { background-color: yellow; }