From 59282f1bd7d4ef1edb32852a8293cbb29a0af0fa Mon Sep 17 00:00:00 2001 From: beginner1986 Date: Fri, 7 Apr 2023 21:36:51 +0200 Subject: [PATCH] Central circle added --- Clock/beginner1986/index.html | 1 + Clock/beginner1986/style.css | 8 ++++++++ 2 files changed, 9 insertions(+) diff --git a/Clock/beginner1986/index.html b/Clock/beginner1986/index.html index 6b2f959ec..cfb4d77b7 100644 --- a/Clock/beginner1986/index.html +++ b/Clock/beginner1986/index.html @@ -13,6 +13,7 @@
+
diff --git a/Clock/beginner1986/style.css b/Clock/beginner1986/style.css index 2b707a3f8..16b6ecafd 100644 --- a/Clock/beginner1986/style.css +++ b/Clock/beginner1986/style.css @@ -62,6 +62,14 @@ body { top: 8%; } +#central-circle { + position: absolute; + width: 4%; + height: 4%; + border-radius: 50%; + background-color: black; +} + .line { width: 0.3%; height: 5%;