We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80e6895 commit 1ac7be7Copy full SHA for 1ac7be7
Source-Code/CountdownTimer/index.html
@@ -7,7 +7,27 @@
7
<link rel="stylesheet" href="style.css">
8
</head>
9
<body>
10
-
+ <h1>EID CELEBRATIONS</h1>
11
+
12
+ <div class="container">
13
+ <div class="countdown days-c">
14
+ <p class="big-text" id="days">0</p>
15
+ <span>days</span>
16
+ </div>
17
+ <div class="countdown hours-c">
18
+ <p class="big-text" id="hours">0</p>
19
+ <span>hours</span>
20
21
+ <div class="countdown mins-c">
22
+ <p class="big-text" id="mins">0</p>
23
+ <span>mins</span>
24
25
+ <div class="countdown seconds-c">
26
+ <p class="big-text" id="seconds">0</p>
27
+ <span>seconds</span>
28
29
30
31
<script src="script.js"></script>
32
</body>
33
</html>
0 commit comments