From 09c2bbc37901edbf95fc2dbf051588ef84d4fc9c Mon Sep 17 00:00:00 2001 From: rohit bhalekar Date: Wed, 30 Oct 2024 19:32:49 +0530 Subject: [PATCH] Enhancing the contact-us section of home page --- index.html | 17 ++++++++++------- styles.css | 16 +++++++++++++++- 2 files changed, 25 insertions(+), 8 deletions(-) diff --git a/index.html b/index.html index 518c713..d5488b9 100644 --- a/index.html +++ b/index.html @@ -555,10 +555,13 @@

- Neha Rajput

+ style=" background-color: rgb(0, 0, 0); padding: 20px;display: flex; margin: auto; border-radius: 10px; overflow: hidden; box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1); width: auto;">
+ style="max-width: 100%; border-radius: 10px; background: linear-gradient(135deg, hsl(204, 75%, 50%), #079874); padding: 30px; color: white; display: flex; flex-direction: column; justify-content: center; -webkit-background-clip: text; + -webkit-text-fill-color: transparent; + background-clip: text; + color: transparent;">

Contact Us

We value your feedback! Reach out for inquiries, feedback, or support. Your insights help us improve your experience.

@@ -589,16 +592,16 @@

+ style="flex: 1; padding: 10px; border-bottom: 2px solid #ccc; border-radius: 10px; outline: none; transition: border-color 0.3s; background-color:#c4c2c2; "> + style="flex: 1; padding: 10px; border-bottom: 2px solid #ccc; border-radius: 10px; outline: none; transition: border-color 0.3s; background-color:#c4c2c2;">
+ style="width: 100%; padding: 10px; margin-bottom: 20px; border-bottom: 2px solid #ccc; border-radius: 10px; outline: none; transition: border-color 0.3s; background-color:#c4c2c2;"> + style="width: 100%; padding: 10px; margin-bottom: 20px;border-bottom: 2px solid #ccc; border-radius: 10px; outline: none; transition: border-color 0.3s; background-color:#c4c2c2;">

diff --git a/styles.css b/styles.css index d40f735..ea23d4e 100644 --- a/styles.css +++ b/styles.css @@ -219,7 +219,21 @@ form { max-width: 600px; margin: 0 auto; } - +input { + border-radius: 20px; +} +input:hover{ + box-shadow: -4px 4px 13px 0px rgb(112, 194, 253); +} +input::placeholder{ + color: black; +} +textarea::placeholder{ + color: black; +} +textarea:hover{ + box-shadow: -4px 4px 13px 0px rgb(112, 194, 253); +} input, select { padding: 15px;