Apply button styles to submit and reset inputs (#136)

* Apply button styles to submit and reset inputs
This commit is contained in:
Isiah Lloyd 2022-05-21 21:14:06 -04:00 committed by GitHub
parent 7412a98815
commit 0093c72f2d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 21 additions and 8 deletions

View file

@ -138,7 +138,9 @@
They are given 12px of horizontal padding by default.
</p>
<%- example(`<button>Click me</button>`) %>
<%- example(`<button>Click me</button>
<input type="submit" />
<input type="reset" /> `)%>
<p>
When buttons are clicked, the raised borders become sunken.