Answers for "how to remove default color and underline for link"

CSS
2

remove color and underline from link css

a {
  text-decoration: none;
  /*you can add your own color with : color: #FFF;*/
}
Posted by: Guest on October-16-2021

Code answers related to "how to remove default color and underline for link"

Browse Popular Code Answers by Language