how to remove border and outline in css code example Example: remove blue border on a input input:focus { outline: none !important; }