Answers for "how to remove the line in a tag css"

CSS
-1

remove line breaks css

/* REMOVE LINE BREAK */
.whitespace-nowrap {
	white-space: nowrap;
}
Posted by: Guest on July-19-2021
-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

Code answers related to "how to remove the line in a tag css"

Browse Popular Code Answers by Language