Answers for "how to remover the boder when you click a button css"

CSS
1

remove box around button when clicked

* {
	outline: none;
}
Posted by: Guest on July-19-2020
1

remove clicked button border

<button style="outline: none;"></button>
Posted by: Guest on July-10-2020

Code answers related to "how to remover the boder when you click a button css"

Browse Popular Code Answers by Language