how to create a hover effect in css

CSS
a:hover {
  background-color: yellow;
}
Source

Also in CSS: