Answers for "how to remove border in input when active"

CSS
22

css remove border input focus

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

how to remove onclick input border

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

Code answers related to "how to remove border in input when active"

Browse Popular Code Answers by Language