Answers for "reset a tag css"

CSS
2

reset a tag css

a {
  color: inherit;
  text-decoration: inherit; /* no underline */
}
Posted by: Guest on December-26-2020

Browse Popular Code Answers by Language