We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0aea2f commit adb3be1Copy full SHA for adb3be1
3 files changed
projects/timer.css projects/timer files/timer.cssprojects/timer.css renamed to projects/timer files/timer.css
projects/timer.html projects/timer files/timer.htmlprojects/timer.html renamed to projects/timer files/timer.html
@@ -15,8 +15,8 @@ <h1>Timer</h1>
15
<div class="timer-clock">
16
<span id="seconds">00</span>:<span id="tens">00</span>
17
<div class="buttons">
18
- <button class="btn" onclick="start()">Start</button>
19
- <button class="btn" onclick="decree()">Stop</button>
+ <button class="start-btn" onclick="start()">Start</button>
+ <!-- <button class="btn" onclick="decree()">Stop</button> -->
20
<script src="timeout.js"></script>
21
<button class="btn">Reset</button>
22
</div>
projects/timer.js projects/timer files/timer.jsprojects/timer.js renamed to projects/timer files/timer.js
0 commit comments