Answers for "how to remove border of input onactive"

17

css remove border input focus

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

how to remove onclick input border

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

Code answers related to "how to remove border of input onactive"

Browse Popular Code Answers by Language