Answers for "text underline hover css"

CSS
7

text underline hover css

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

.txt:hover { text-decoration: underline; }

&:hover {
      text-decoration: underline;
  }
Posted by: Guest on January-21-2020

Browse Popular Code Answers by Language