From 3b58684291b806d225aad78cfb44a47fb047dcb5 Mon Sep 17 00:00:00 2001 From: abhijeet Date: Sun, 6 Oct 2024 16:29:41 +0530 Subject: [PATCH] added live score --- Alien.css | 9 +++++++++ index.html | 3 ++- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/Alien.css b/Alien.css index 214e219..0915096 100644 --- a/Alien.css +++ b/Alien.css @@ -722,3 +722,12 @@ input:checked + .slider:before { margin: 15px; } + +#liveScore { + position: absolute; + top: 10px; + left: 134px; + font-size: 20px; + font-weight: bold; + color: white; +} \ No newline at end of file diff --git a/index.html b/index.html index 695e1e3..69a626f 100644 --- a/index.html +++ b/index.html @@ -19,7 +19,7 @@ -
+
@@ -78,6 +78,7 @@