Answers for "how to make it underline when you hover code example"

CSS
7

text underline hover css

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

Text that shows an underline on hover

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

Code answers related to "how to make it underline when you hover code example"

Browse Popular Code Answers by Language