remove clicked border on html button code example Example 1: how to remove outline on button outline: none; Example 2: remove box around button when clicked * { outline: none; }