A11Y | buttons

height width

by jshacker

HTML

<button class="a11y">btn</button>
<hr />
<button>btn</button>

CSS

button.a11y {
  margin: 1em;
  padding: 1em;
}