css how to make it so that when you hover over one thing, something else changes code example
Example: css hover affect other item
#container:hover ~ #cube { background-color: yellow; }
#container:hover ~ #cube { background-color: yellow; }