Answers for "when click on input remove border"

1

how to remove form border after click input

.from_Input{
    border: none;
    outline:none;
}
.from_Input:active{
    border: none;
    outline:none;
}
Posted by: Guest on May-07-2021
1

how to remove onclick input border

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

Code answers related to "when click on input remove border"

Browse Popular Code Answers by Language