Answers for "hover link in css"

CSS
7

text underline hover css

a:hover {
  text-decoration: underline;
}
Posted by: Guest on May-28-2020
21

css hover

.a:hover{background-color: black;}
Posted by: Guest on February-20-2020

Browse Popular Code Answers by Language