Answers for "how to underline text title with hover in css"

CSS
8

text underline hover css

a:hover {
  text-decoration: underline;
}
Posted by: Guest on May-28-2020

Code answers related to "how to underline text title with hover in css"

Browse Popular Code Answers by Language