1
0
mirror of https://github.com/jdan/98.css.git synced 2026-05-05 06:01:22 +09:00

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
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.