Double tap to start
From 5e208b929cb686085b7574722d98d9e17082718e Mon Sep 17 00:00:00 2001
From: gargimukherjee25 <165171994+gargimukherjee25@users.noreply.github.com>
Date: Sat, 11 May 2024 19:56:27 +0530
Subject: [PATCH 2/8] Update style.css
---
style.css | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/style.css b/style.css
index c0da1d2..39aa9c6 100644
--- a/style.css
+++ b/style.css
@@ -261,6 +261,10 @@ body {
color: rgba(0, 0, 0, 0.25);
opacity: 0;
}
+.btn:hover{
+ cursor:pointer;
+ color:black;
+}
.btn:after {
position: absolute;
content: "";
@@ -342,4 +346,4 @@ body {
}
.ui__buttons {
z-index: 5;
-}
\ No newline at end of file
+}
From 164b54e2e9dff4e517438798436ddbfb109340c3 Mon Sep 17 00:00:00 2001
From: gargimukherjee25 <165171994+gargimukherjee25@users.noreply.github.com>
Date: Sat, 11 May 2024 20:38:16 +0530
Subject: [PATCH 3/8] Update style.css
---
style.css | 2 ++
1 file changed, 2 insertions(+)
diff --git a/style.css b/style.css
index 39aa9c6..3f48e95 100644
--- a/style.css
+++ b/style.css
@@ -260,10 +260,12 @@ body {
font-size: 1.2em;
color: rgba(0, 0, 0, 0.25);
opacity: 0;
+ transition: 0.4s ease;
}
.btn:hover{
cursor:pointer;
color:black;
+ font-size:1.5em;
}
.btn:after {
position: absolute;
From f2e8c6989a6e2d8c169c4b52300bd59688ff2221 Mon Sep 17 00:00:00 2001
From: gargimukherjee25 <165171994+gargimukherjee25@users.noreply.github.com>
Date: Sat, 11 May 2024 21:05:35 +0530
Subject: [PATCH 4/8] Update style.css
---
style.css | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/style.css b/style.css
index 3f48e95..4a968b9 100644
--- a/style.css
+++ b/style.css
@@ -225,6 +225,10 @@ body {
bottom: 75%;
font-size: 4.4em;
height: 1.2em;
+ animation: mymove 4s infinite;
+}
+@keyframes mymove {
+ 50% {text-shadow: 1px 10px 0px burlywood;}
}
.text--title span {
display: block;
From 741998a7ec12ecf652e136d0f8f3d6751ae022ba Mon Sep 17 00:00:00 2001
From: gargimukherjee25 <165171994+gargimukherjee25@users.noreply.github.com>
Date: Sat, 11 May 2024 21:06:08 +0530
Subject: [PATCH 5/8] Update index.html
---
index.html | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/index.html b/index.html
index c4b8633..7adedaf 100644
--- a/index.html
+++ b/index.html
@@ -18,8 +18,8 @@
- Let's
- Solve!
+ Let's
+ Solve!
Double tap to start
From a3a7815803f8ff4352e13db52e1588b21522c48a Mon Sep 17 00:00:00 2001
From: gargimukherjee25 <165171994+gargimukherjee25@users.noreply.github.com>
Date: Sat, 11 May 2024 21:14:14 +0530
Subject: [PATCH 6/8] Update style.css
---
style.css | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/style.css b/style.css
index 4a968b9..ed8b591 100644
--- a/style.css
+++ b/style.css
@@ -68,6 +68,10 @@ body {
line-height: 0.75em;
padding-bottom: 0.5em;
z-index: 2;
+ animation: mymoves 3s infinite;
+}
+@keyframes mymoves {
+ 50% {opacity: 0.5;}
}
.range__track {
position: relative;
From b26fe22610e2b3ddc6e907362200262091726f48 Mon Sep 17 00:00:00 2001
From: gargimukherjee25 <165171994+gargimukherjee25@users.noreply.github.com>
Date: Sat, 11 May 2024 21:23:08 +0530
Subject: [PATCH 7/8] Update style.css
---
style.css | 4 ----
1 file changed, 4 deletions(-)
diff --git a/style.css b/style.css
index ed8b591..4a968b9 100644
--- a/style.css
+++ b/style.css
@@ -68,10 +68,6 @@ body {
line-height: 0.75em;
padding-bottom: 0.5em;
z-index: 2;
- animation: mymoves 3s infinite;
-}
-@keyframes mymoves {
- 50% {opacity: 0.5;}
}
.range__track {
position: relative;
From 262788ed654e6fd3b6bf1e0e1001142f120a5037 Mon Sep 17 00:00:00 2001
From: gargimukherjee25 <165171994+gargimukherjee25@users.noreply.github.com>
Date: Sat, 11 May 2024 21:32:21 +0530
Subject: [PATCH 8/8] Update style.css
---
style.css | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/style.css b/style.css
index 4a968b9..db22604 100644
--- a/style.css
+++ b/style.css
@@ -245,6 +245,10 @@ body {
bottom: 78%;
font-size: 3.5em;
line-height: 1;
+ animation: mymoves 4s infinite;
+}
+@keyframes mymoves {
+ 50% {color: burlywood;}
}
.text--complete, .text--best-time {
font-size: 1.5em;