“Time you enjoy wasting is not wasted time.”
++
“Time is Money”
++
From e40b1a909cb64348c11bb61e4bfc430c94f9e003 Mon Sep 17 00:00:00 2001 From: Gyanshu Kumar <119155250+Gyanshu-Kumar@users.noreply.github.com> Date: Wed, 18 Oct 2023 17:46:31 +0530 Subject: [PATCH] Update index.html Now it looks better --- Fronted Projects/Analog Clock/index.html | 19 +++++++++++++++---- 1 file changed, 15 insertions(+), 4 deletions(-) diff --git a/Fronted Projects/Analog Clock/index.html b/Fronted Projects/Analog Clock/index.html index 36f82ba7..a03e1d60 100644 --- a/Fronted Projects/Analog Clock/index.html +++ b/Fronted Projects/Analog Clock/index.html @@ -14,7 +14,8 @@ padding: 0; } body{ - background-color: #e67e22; + background-color: #0ab118; + color: aliceblue; } #container{ @@ -72,7 +73,7 @@ .text{ display: block; margin-top: 32px; - margin-left: 500px; + margin-left: 50px; } .text h1{ @@ -87,12 +88,22 @@