Answers for "remove selection border html"

CSS
17

css remove border input focus

textarea:focus, input:focus{
    outline: none;
}
Posted by: Guest on June-30-2020
5

css remove outline

element{outline:none;}
Posted by: Guest on December-29-2019

Browse Popular Code Answers by Language