Answers for "css remove border when input is clicked"

CSS
19

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 "css remove border when input is clicked"

Browse Popular Code Answers by Language