We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2bdf9b6 commit 958763aCopy full SHA for 958763a
2 files changed
12_Numbers_Dates_Timers_Bankist/script.js
@@ -479,7 +479,7 @@ console.log('Waiting...');
479
if (ingredients.includes('spinach')) clearTimeout(pizzaTimer);
480
481
// setInterval
482
-setInterval(function () {
483
- const now = new Date();
484
- console.log(now);
485
-}, 1000);
+// setInterval(function () {
+// const now = new Date();
+// console.log(now);
+// }, 1000);
12_Numbers_Dates_Timers_Bankist/timer.html
@@ -19,7 +19,7 @@
19
position: relative;
20
font-family: 'Inter', sans-serif;
21
letter-spacing: -1px;
22
- background-color: rgb(5, 27, 27);
+ background-color: #051b1b;
23
color: cyan;
24
padding: 1rem;
25
height: 100vh;
@@ -37,7 +37,7 @@
37
}
38
39
#secs {
40
- color: greenyellow;
+ color: #adff2f;
41
42
</style>
43
</head>
0 commit comments