Answers for "how to remove link underline when hovering in css"

CSS
2

remove underline hover css

a:hover {
  text-decoration: none;
}
Posted by: Guest on January-19-2021
0

how to remove the underline from a link in css

text {
	text-decoration: none;
}
Posted by: Guest on January-08-2022

Code answers related to "how to remove link underline when hovering in css"

Browse Popular Code Answers by Language