Alterar a cor de fundo no mouse
/* Change background color on hover */
.myClass:hover {
background-color: yellow;
}
Lye Jia Jun
/* Change background color on hover */
.myClass:hover {
background-color: yellow;
}