Answers for "how to remove input on click border in html and css"

1

how to remove onclick input border

outline:none
Posted by: Guest on August-23-2020
1

html button remove border on click

.x-btn:focus, .button:focus, [type="submit"]:focus {
   outline: none;
}
Posted by: Guest on March-20-2020

Code answers related to "how to remove input on click border in html and css"

Browse Popular Code Answers by Language