how to clear input border when click in html code example Example: remove blue border on a input input:focus { outline: none !important; }