Answers for "css button border when click"

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 "css button border when click"

Browse Popular Code Answers by Language