Remove Border / Outline From A Hyperlink

a, a:hover, a:active, a:visited, a:focus {
 text-decoration:none;
 outline: none;

}

Post a Comment

0 Comments