I have a link that\'s styled with
a:hover { border-bottom: 3px solid #fff; }
And looks like this:
But I need to resize the
It is better to use text-decoration in your situation Like this
.underLineText:hover{ text-decoration:underline }
And HTML like this
Contact Us