Ubah Warna BG di Hover

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