change on hover css code example
Example 1: css hover
.a:hover{background-color: black;}
Example 2: css change text on hover
Check this:
https://codepen.io/DevLorenzo/pen/vYXbJvd
Example 3: css hover change other element
#container:hover > #cube { background-color: yellow; }