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

Added default styling

This commit is contained in:
Vincent Langlois
2024-01-22 17:52:10 -05:00
parent 09f403c086
commit cb247db8d3
2 changed files with 14 additions and 1 deletions

View File

@@ -141,7 +141,7 @@
They are given 12px of horizontal padding by default.
</p>
<%- example(`<button>Click me</button>
<%- example(`<button class="default">Click me</button>
<input type="submit" />
<input type="reset" /> `)%>