Skip to content

How to remove underline of link in CSS?

 a, a:hover, a:focus, a:active {
      text-decoration: none;
      color: inherit;
 }
See also  Java code snippet - How to close the fragment by a close button in android?

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.