how to get rid of a link underline in css code example
Example: remove underline from link css
a, a:hover, a:focus, a:active {
text-decoration: none;
color: inherit;
}
a, a:hover, a:focus, a:active {
text-decoration: none;
color: inherit;
}