On a CSS hover event, can I change another div's styling? Angular 9 code example
Example: css hover change other element
#container:hover > #cube { background-color: yellow; }
#container:hover > #cube { background-color: yellow; }