change property og another element on hovering other lelemtn css code example
Example: css hover change other element
#container:hover > #cube { background-color: yellow; }
#container:hover > #cube { background-color: yellow; }