Skip to content

Commit f76993b

Browse files
committed
feat: countdown timer layout change
1 parent f2c86bc commit f76993b

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

09-countdown-timer/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ <h1>CountDown Timer</h1>
2828

2929
<div class="timer">
3030
<h2>
31-
<span id="hoursOutput"></span>
32-
<span id="minutesOutput"></span>
33-
<span id="secondsOutput"></span>
31+
<div id="hoursOutput"></div>
32+
<div id="minutesOutput"></div>
33+
<div id="secondsOutput"></span>
3434
</h2>
3535
</div>
3636
</div>

09-countdown-timer/styles.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ h1 {
1515

1616
.container {
1717
display: flex;
18+
gap: 2rem;
1819
box-shadow: 0 0 24px 8px rgba(0, 0, 0, 0.2);
1920
padding: 1rem;
2021
border-radius: .5rem;

0 commit comments

Comments
 (0)