Answers for "mouseover text decoration underline"

CSS
0

Text that shows an underline on hover

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

Code answers related to "mouseover text decoration underline"

Browse Popular Code Answers by Language