affecting elements with another element using hover code example Example: css affect other elements on hover #container:hover ~ #cube { background-color: yellow; }