how to change property of one element in another elements hover css code example
Example: css hover affect other item
#container:hover ~ #cube { background-color: yellow; }
#container:hover ~ #cube { background-color: yellow; }