Skip to content

Commit ced231a

Browse files
Update index.html
1 parent 0e167c3 commit ced231a

1 file changed

Lines changed: 15 additions & 5 deletions

File tree

29 - Countdown Timer/index.html

Lines changed: 15 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,21 @@
2626
<div class="timer">
2727
<header>
2828
<div class="timer-buttons">
29-
<button class="timer-button" data-seconds="20">20 Secs</button>
30-
<button class="timer-button" data-seconds="300">Work 5</button>
31-
<button class="timer-button" data-seconds="900">Quick 15</button>
32-
<button class="timer-button" data-seconds="1200">Snack 20</button>
33-
<button class="timer-button" data-seconds="3600">Lunch Break</button>
29+
<button class="timer-button" data-seconds="20" type="button">
30+
20 Secs
31+
</button>
32+
<button class="timer-button" data-seconds="300" type="button">
33+
Work 5
34+
</button>
35+
<button class="timer-button" data-seconds="900" type="button">
36+
Quick 15
37+
</button>
38+
<button class="timer-button" data-seconds="1200" type="button">
39+
Snack 20
40+
</button>
41+
<button class="timer-button" data-seconds="3600" type="button">
42+
Lunch Break
43+
</button>
3444
</div>
3545
<form id="form">
3646
<input

0 commit comments

Comments
 (0)