how to apply transition on element when hover over its parents container and sibling element using css code example
Example: css hover affect other item
#container:hover ~ #cube { background-color: yellow; }
#container:hover ~ #cube { background-color: yellow; }