Search
When a user takes the mouse pointer over an element, you can style it differently by appending :hover to the selector:
:hover
You can also change styles of another element when one element is hovered, using CSS combinators: