From 0a2517b0ee1e86d598d322162fd5ed0eb790dab8 Mon Sep 17 00:00:00 2001 From: Patel Harsh Date: Sun, 10 Nov 2024 12:49:30 +0530 Subject: [PATCH] UPDATED Feedback Form --- index.html | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 11e6c78..56aa8e0 100644 --- a/index.html +++ b/index.html @@ -1093,11 +1093,15 @@

We Value Your Feedback!

} + .feedback-box{ + color: #2b472b; + }
+
@@ -1227,13 +1231,13 @@

We Value Your Feedback!

/* Button Styling */ button[type="submit"] { - width: 100%; - padding: 15px; + width: 50%; background-color: #4d994d; /* Dark green */ color: white; font-size: 1em; font-weight: bold; + text-align: center; border: none; border-radius: 5px; cursor: pointer;