From f02499ceb37ebab926a2cc6b53a608a65d44410b Mon Sep 17 00:00:00 2001 From: Aniketh Date: Sat, 17 Aug 2024 10:03:34 +0530 Subject: [PATCH] Update countDown.html --- countDown.html | 22 +++------------------- 1 file changed, 3 insertions(+), 19 deletions(-) diff --git a/countDown.html b/countDown.html index e58da274..5ef913c9 100644 --- a/countDown.html +++ b/countDown.html @@ -27,33 +27,19 @@ border-radius: 5px; } -.days { - background: #EF2F3C; -} - .hours { - background: #eeeeee; - color: #183059; -} - -.minutes { - background: #276FBF; -} - -.seconds { - background: #F0A202; + color: #fff; } .numbers { font-family: 'Montserrat', sans-serif; - color: #183059; + color: #fff; font-size: 4em; text-align: center; } .white { position: absolute; - background: #eeeeee; height: 85px; width: 75px; left: 30%; @@ -62,7 +48,6 @@ .red { position: absolute; - background: #EF2F3C; left: 18%; top: 9%; height: 65px; @@ -72,7 +57,6 @@ .blue { position: absolute; - background: #276FBF; height: 80px; width: 80px; left: 60%; @@ -103,7 +87,7 @@