From c0fe1020ce16aa58654799e115a45962b1dca48d Mon Sep 17 00:00:00 2001 From: Mastan Sayyad Date: Sat, 13 Jul 2024 00:05:14 +0530 Subject: [PATCH 01/10] Update index.html --- index.html | 148 ++++++++++++++++++++++++++++++++--------------------- 1 file changed, 91 insertions(+), 57 deletions(-) diff --git a/index.html b/index.html index c979b04..f5f7d9c 100644 --- a/index.html +++ b/index.html @@ -28,16 +28,6 @@ Dots & Boxes Game +
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ + @@ -630,53 +711,6 @@

Instructions

document.getElementById("players-count").value = ""; }); - -
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- From 4bd62fc5ede130f6c34cf536fe682ed595734f38 Mon Sep 17 00:00:00 2001 From: Mastan Sayyad Date: Sat, 13 Jul 2024 00:05:35 +0530 Subject: [PATCH 02/10] Update 404.html --- pages/404.html | 145 ++++++++++++++++++++++++++++++------------------- 1 file changed, 89 insertions(+), 56 deletions(-) diff --git a/pages/404.html b/pages/404.html index c7c4ab3..52b4d1f 100644 --- a/pages/404.html +++ b/pages/404.html @@ -62,15 +62,24 @@ } .circle { - position: absolute; - width: 20px; - height: 20px; - border-radius: 50%; - background-color: darkturquoise; - pointer-events: none; - transform: translate(-50%, -50%); - z-index: 9999; -} + position: absolute; + width: 25px; + height: 25px; + border-radius: 50%; + pointer-events: none; + background: radial-gradient(circle, rgba(73, 232, 247, 0.466), rgba(141, 38, 172, 0.5)); + transition: transform 0.1s, left 0.1s, top 0.1s; + } + + .circle-container { + position: fixed; + top: 0; + left: 0; + width: 100%; + height: 100%; + pointer-events: none; + z-index: 9999; + } @@ -79,53 +88,77 @@ 404 pic - -
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- +
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ From 60fb23ef3ee8b4d535e218b58ef3327cbdef9cb2 Mon Sep 17 00:00:00 2001 From: Mastan Sayyad Date: Sat, 13 Jul 2024 00:05:47 +0530 Subject: [PATCH 03/10] Update about.html --- pages/about.html | 146 +++++++++++++++++++++++++++++------------------ 1 file changed, 90 insertions(+), 56 deletions(-) diff --git a/pages/about.html b/pages/about.html index 3c242d3..735a8d1 100644 --- a/pages/about.html +++ b/pages/about.html @@ -23,21 +23,102 @@ } .circle { - position: absolute; - width: 20px; - height: 20px; - border-radius: 50%; - background-color: darkturquoise; - pointer-events: none; - transform: translate(-50%, -50%); - z-index: 9999; - } + position: absolute; + width: 25px; + height: 25px; + border-radius: 50%; + pointer-events: none; + background: radial-gradient(circle, rgba(73, 232, 247, 0.466), rgba(141, 38, 172, 0.5)); + transition: transform 0.1s, left 0.1s, top 0.1s; + } + + .circle-container { + position: fixed; + top: 0; + left: 0; + width: 100%; + height: 100%; + pointer-events: none; + z-index: 9999; + } +
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ +