How to change the color of an icon when another icon is hovered?

I’d like to make my own star-rating element.

When someone hovers over the 4th star, all the stars before it should also change color. How can I do this?
image

bump‎‎‎‎‎‎‎‎‎‎‎‎‎‎‎‎‎‎‎‎‎‎‎‎‎‎‎‎‎‎‎

Check this:

The trick is :hover via simple CSS

1 Like