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