Answers for "underline color for link css"

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

Browse Popular Code Answers by Language