Ändern Sie die BG -Farbe beim Schweben
/* Change background color on hover */
.myClass:hover {
background-color: yellow;
}
Lye Jia Jun
/* Change background color on hover */
.myClass:hover {
background-color: yellow;
}