how to change other elements style when other element is hovered code example
Example: css hover change other element
#container:hover > #cube { background-color: yellow; }
#container:hover > #cube { background-color: yellow; }