Currently, I am trying to create a :hover effect that will change the background color of an element between five different colors when it is hovered over. Below is the code I have been working on:
<div class="background_changer">
</div>
.background_changer :hover {
}
I realize this explanation is brief, but any guidance on adjustments I should make would be greatly appreciated.