Published
- 1 min read
html input box no border
The solution for this is noted below
html input box no border
Solution
border-width:0px; border:none; outline:none;
Try other methods by searching on the site. That is if this doesn’t work
Published
- 1 min read
The solution for this is noted below
border-width:0px; border:none; outline:none;
Try other methods by searching on the site. That is if this doesn’t work