remove dotted border css code example
Example: remove the dotted border on links
/* removes dotted box around your clicked links */
a, a:active, a:focus{
outline: none; /* Works in Firefox, Chrome, IE8 and above */
}
/* removes dotted box around your clicked links */
a, a:active, a:focus{
outline: none; /* Works in Firefox, Chrome, IE8 and above */
}