<p class="instructions">
(click here and <code>TAB</code> to the button, or
click it with your mouse)
</p>
<button>
Click Me!
</button>
/* Copyright 2018 Google LLC.
SPDX-License-Identifier: Apache-2.0 */
body {
font-family: "Benton Sans", "Helvetica Neue", helvetica, arial, sans-serif;
margin: 2em;
}
.instructions {
margin: 8px;
}
button:focus {
outline: 4px dashed orange;
}
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.