From 6ad8716d59d84af7c2f57824de38bfac8429d007 Mon Sep 17 00:00:00 2001 From: Abhishek-Verma0 <144248104+Abhishek-Verma0@users.noreply.github.com> Date: Sun, 15 Oct 2023 22:55:52 +0530 Subject: [PATCH 1/7] Update index.html --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 4331a10..c2ee83f 100644 --- a/index.html +++ b/index.html @@ -3,7 +3,7 @@ - Document + Moving Gradient @@ -12,4 +12,4 @@ github Codewars - \ No newline at end of file + From 0117064bdaf676819e743f57565d6ae312f1295e Mon Sep 17 00:00:00 2001 From: Abhishek-Verma0 <144248104+Abhishek-Verma0@users.noreply.github.com> Date: Sun, 15 Oct 2023 22:56:53 +0530 Subject: [PATCH 2/7] Update style.css --- style.css | 4 ---- 1 file changed, 4 deletions(-) diff --git a/style.css b/style.css index 436d546..1ed95ab 100644 --- a/style.css +++ b/style.css @@ -32,10 +32,6 @@ body { padding: clamp(0.25em, 1vw, 1em) clamp(1em, 4vw, 4em); text-decoration: none; position: relative; -} -.light:hover{ - color: var(--light-blue); -} .link:nth-child(3){ border-bottom: 1px solid rgba(255, 255, 255, 0.5); From 3c5a4b0b0a6ef849e7bd452b1879a956590182b9 Mon Sep 17 00:00:00 2001 From: Abhishek-Verma0 <144248104+Abhishek-Verma0@users.noreply.github.com> Date: Sun, 15 Oct 2023 22:57:59 +0530 Subject: [PATCH 3/7] Create README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..4d22159 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# moving-gradient +nice gradient effect +*If you like leave a star From 60015a49dc1c0e7649667aeb1b5d0f4f9d8acdf6 Mon Sep 17 00:00:00 2001 From: Abhishek-Verma0 <144248104+Abhishek-Verma0@users.noreply.github.com> Date: Sun, 15 Oct 2023 22:59:26 +0530 Subject: [PATCH 4/7] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4d22159..a12a34e 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,3 @@ # moving-gradient -nice gradient effect -*If you like leave a star +nice gradient effect return +If you like leave a star From 4b1a4def35f922c7507c048d434e924565ca0d7e Mon Sep 17 00:00:00 2001 From: Abhishek-Verma0 <144248104+Abhishek-Verma0@users.noreply.github.com> Date: Sun, 15 Oct 2023 22:59:46 +0530 Subject: [PATCH 5/7] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a12a34e..02099d2 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,3 @@ # moving-gradient -nice gradient effect return +nice gradient effect If you like leave a star From b2e71de1ea3628845298de81661a925d90fdf0fb Mon Sep 17 00:00:00 2001 From: Abhishek-Verma0 <144248104+Abhishek-Verma0@users.noreply.github.com> Date: Sun, 15 Oct 2023 23:00:01 +0530 Subject: [PATCH 6/7] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 02099d2..8968248 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,3 @@ # moving-gradient -nice gradient effect +Nice gradient effect If you like leave a star From 68ec35db05fa5dc1e607884fdaa9447366919fb4 Mon Sep 17 00:00:00 2001 From: Abhishek-Verma0 <144248104+Abhishek-Verma0@users.noreply.github.com> Date: Wed, 18 Oct 2023 00:35:58 +0530 Subject: [PATCH 7/7] Update style.css --- style.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/style.css b/style.css index 1ed95ab..8d45595 100644 --- a/style.css +++ b/style.css @@ -60,4 +60,7 @@ body { width: 0%; } +.light:hover{ + color: var(--light-blue); +}