Changer la couleur d'arrière-plan sur planant

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