Q:

Text that shows an underline on hover

a:hover {
  text-decoration: underline;
}
3
&:hover {
      text-decoration: underline;
  }
1

New to Communities?

Join the community