Skip to content

Commit 628260f

Browse files
author
mrmrs
committed
Adds things.
1 parent a8d22bd commit 628260f

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

index.html

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,12 @@ <h1 class="h1">Lists</h1>
267267
</fieldset>
268268
</form>
269269
</section>
270-
270+
<section>
271+
<h1>Buttons</h1>
272+
<button>A button</button>
273+
<button class="btn">A button</button>
274+
<button class="btn--large">A large button</button>
275+
</section>
271276
<section>
272277
<article>
273278
<h1>Title</h1>

0 commit comments

Comments
 (0)