From a42c42541e01cebe623c881f675f1eee91509d68 Mon Sep 17 00:00:00 2001 From: Priya Ghosal <162816363+PriyaGhosal@users.noreply.github.com> Date: Thu, 7 Nov 2024 21:09:08 +0530 Subject: [PATCH] Revert "Enhance : Contact-form layout with icons and Labels in index.html without using label tag." --- index.html | 37 ++++--------------------------------- 1 file changed, 4 insertions(+), 33 deletions(-) diff --git a/index.html b/index.html index c65bc4b9..0fe7f16d 100644 --- a/index.html +++ b/index.html @@ -2582,32 +2582,15 @@

About BuddyTrail

-

Send Us a Message

+

Send Us a Message

- -
- 🏷️Name - -
-
-
- -
- Email - -
-
- Feedback - -
@@ -2615,7 +2598,6 @@

Send Us a Message

-
@@ -2746,10 +2728,12 @@

Send Us a Message

} .form-control { + width: 100%; + padding: 10px; font-size: 16px; color: #000000; border: 2px solid rgb(187, 124, 202); - border-radius: 9px; + border-radius: 5px; background-color: #f9f9f9; outline: none; } @@ -2777,19 +2761,6 @@

Send Us a Message

background-color: #155ab7; } -/*Add contact-form input field with icon of name,email,feedback and style it*/ -.input-flex { - width: 100%; - font-size: 16px; - display: flex; - align-items: center; -} - -.input-flex i { - padding: 2px; -} - - /* Responsive Styles */ @media (max-width: 768px) { .contact-grid {