Answers for "how to remove the black outline when a button is focus in html"

CSS
7

css remove blue outline button

button {
  outline: none;
}
Posted by: Guest on March-18-2020

Code answers related to "how to remove the black outline when a button is focus in html"

Browse Popular Code Answers by Language