Zmień kolor BG na zawisie

/* Change background color on hover */
.myClass:hover {
  background-color: yellow;
}
Lye Jia Jun