Answers for "html how to remove the rectangle after click in the input box"

4

html input box no border

border-width:0px;
border:none;
outline:none;
Posted by: Guest on August-25-2020
1

how to remove onclick input border

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

Code answers related to "html how to remove the rectangle after click in the input box"

Browse Popular Code Answers by Language