how to not get blue blue borders while clicking inputs in html code example Example: remove blue border on a input input:focus { outline: none !important; }