Answers for "hide button border in css"

CSS
0

hiding button border when clicked

*:focus {
    outline: 0 !important;
}
Posted by: Guest on July-04-2021

Browse Popular Code Answers by Language