Answers for "remove linl line css"

CSS
-2

how to remove the line from a link in css

/*like suppose I take a tag of html*/
a{
  decoration:none;
}
Posted by: Guest on April-06-2021

Browse Popular Code Answers by Language