Answers for "to remove the border on clicking input htm;"

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 "to remove the border on clicking input htm;"

Browse Popular Code Answers by Language