Answers for "want to remove the border when click on input field css"

CSS
24

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 "want to remove the border when click on input field css"

Browse Popular Code Answers by Language