scss affect an element when hover another one code example Example: css affect other elements on hover #container:hover ~ #cube { background-color: yellow; }