Answers for "how to remove the click input 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 "how to remove the click input border"

Browse Popular Code Answers by Language