Answers for "hide border of input field onclick"

CSS
2

hide input border on focus

input:focus{
    border: none;
}
Posted by: Guest on April-22-2021
2

how to remove onclick input border

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

Browse Popular Code Answers by Language