Answers for "remove border anchor tag on click"

CSS
0

css remove link border on click

a:active, a:focus {
  outline: 0;
  border: none;
  -moz-outline-style: none;
}
Posted by: Guest on December-12-2020
0

remove on click border

outline:none;
Posted by: Guest on August-28-2020

Browse Popular Code Answers by Language