“Time you enjoy wasting is not wasted time.”
++
“Time is Money”
++
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 @@