From 453bc955b547c33389f23c7922395181bb3d0f02 Mon Sep 17 00:00:00 2001 From: saatvika07 <22wh1a6628@bvrithyderabad.edu.in> Date: Mon, 4 Nov 2024 23:28:23 +0530 Subject: [PATCH 1/3] Updated form page of contactus.html Changes are made according to the existing forms to maintain uniformity. --- contactus.html | 507 +++++++++++++++++++++++++++++++++++++++---------- 1 file changed, 406 insertions(+), 101 deletions(-) diff --git a/contactus.html b/contactus.html index 6759aa0..68d32d8 100644 --- a/contactus.html +++ b/contactus.html @@ -24,10 +24,23 @@ } .container { - max-width: 1200px; - margin: 0 auto; - padding: 20px; + width: 100%; + max-width: 800px; + margin: 2rem auto; + padding: 2rem; + background: linear-gradient(135deg, #ead6ee, #a0f1ea); + border-radius: 10px; + box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); } + .container h1 { + text-align: center; + font-size: 2.5rem; + /* Bigger typography */ + font-weight: bold; + margin-bottom: 30px; + color: #ff4d4d; + cursor: default; + } /* Navbar */ nav { @@ -127,7 +140,7 @@ } /* Form Group and Floating Label */ - .form-group { + /*.form-group { position: relative; margin-bottom: 25px; } @@ -159,8 +172,9 @@ transition: 0.3s ease-in-out; pointer-events: none; } - +*/ /* Floating label effect */ + /* .form-group input:focus + label, .form-group textarea:focus + label, .form-group input:not(:placeholder-shown) + label, @@ -175,6 +189,7 @@ } /* Submit Button */ + /* .submit-btn { background-color: #ff8c00; color: #fff; @@ -192,7 +207,7 @@ background-color: #2e3b4e; color: #ff8c00; } - +*/ /* Footer */ /* .footer-container { background-color: #1f2937; @@ -345,28 +360,28 @@
-
-

Contact Us

+ +

Contact Us

-
- - -
-
- - -
-
- - -
-
+
+ + +
+
+ + +
+
+ + +
+
+ - -
+
-
+
+ @@ -977,7 +1060,7 @@

FIND US

- + Scroll to Top Button --> From de96e977a6fc7c95d2dd46bd2bf5cab5dfabf71c Mon Sep 17 00:00:00 2001 From: saatvika07 <22wh1a6628@bvrithyderabad.edu.in> Date: Mon, 4 Nov 2024 23:41:17 +0530 Subject: [PATCH 3/3] updated contact form updated contact form to maintain uniformity --- contactus.html | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/contactus.html b/contactus.html index cdac1f9..635b8f8 100644 --- a/contactus.html +++ b/contactus.html @@ -138,7 +138,8 @@ text-align: center; font-weight: bold; } - /*new form form-cont css*/ + + /*new form-cont css*/ .form-cont { display: flex; width: 100%; @@ -462,7 +463,7 @@

Contact Us

- + @@ -1060,7 +1061,7 @@

FIND US

- Scroll to Top Button --> +