Answers for "inline style hover text decoration"

CSS
0

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

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

Browse Popular Code Answers by Language