From 0d65da35971d461c325599ce078bf9c5d6a878bd Mon Sep 17 00:00:00 2001
From: Aditya Bakshi <153073510+Aditya90456@users.noreply.github.com>
Date: Sun, 20 Oct 2024 13:30:46 +0530
Subject: [PATCH 01/52] Review can show
---
review.html | 21 +--------------------
1 file changed, 1 insertion(+), 20 deletions(-)
diff --git a/review.html b/review.html
index f7ceba7..13d5542 100644
--- a/review.html
+++ b/review.html
@@ -160,26 +160,7 @@
-
-
-

-
+
What our customers are saying
From 77a089ddbca96fa7dac513577906ed46947b7fe5 Mon Sep 17 00:00:00 2001
From: Saketh1714
Date: Mon, 21 Oct 2024 01:35:32 +0530
Subject: [PATCH 02/52] Added different font styles,font weights and font
family
---
index.html | 230 +++++++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 230 insertions(+)
diff --git a/index.html b/index.html
index 135e6ca..435f4c4 100644
--- a/index.html
+++ b/index.html
@@ -75,10 +75,35 @@
background-color: #007bff; /* Primary color for buttons */
color: white;
font-weight: bold;
+ position: relative;
+ overflow: hidden;
}
.btn:hover {
background-color: #0056b3; /* Darker shade on hover */
+ transform: translate(-4px);
+ box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
+}
+.btn::after{
+ content: '';
+ position: absolute;
+ left: 50%;
+ top: 50%;
+ width: 300%;
+ background: rgba(255, 255, 255, 0.5);
+ border-radius: 50%;
+ transform: translate(-50%,-50%) scale(0);
+ transition: transform 0.65,opacity 0.6s;
+ opacity: 0;
+
+}
+.btn:hover::after{
+ transform: translate(-50%,-50%)scale(1);
+ opacity: 1;
+}
+.btn:active{
+ transform: translate(1px);
+ box-shadow: 0 3px 10px rgba(0,0,0,0.2);
}
.palette {
@@ -878,6 +903,54 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -1106,6 +1179,66 @@
Thank You!