Answers for "removing a default styles and underline on hover css"

CSS
2

remove underline hover css

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

Code answers related to "removing a default styles and underline on hover css"

Browse Popular Code Answers by Language