Answers for "get rid of html button click css"

CSS
7

how to get rid of button outline when clicked

*:focus {
    outline: 0 !important;
}
Posted by: Guest on June-12-2020

Code answers related to "get rid of html button click css"

Browse Popular Code Answers by Language