From d13fc2e35cd0a654bc997f3f1c4e7e1c2c471d49 Mon Sep 17 00:00:00 2001 From: Mohit Lamba Date: Tue, 21 May 2024 19:48:54 +0530 Subject: [PATCH] written css for input in contact form --- contact.html | 7 ++++--- style.css | 31 +++++++++++++++++++++++++++++++ 2 files changed, 35 insertions(+), 3 deletions(-) diff --git a/contact.html b/contact.html index a1b5895..0cf2473 100644 --- a/contact.html +++ b/contact.html @@ -69,10 +69,11 @@
info@gmail.com
- - - + + + +
diff --git a/style.css b/style.css index fe9e245..b4583a4 100644 --- a/style.css +++ b/style.css @@ -606,6 +606,37 @@ h3 { margin-bottom: 30px; } +.contact-col .input1 { + width: 34%; + padding: 15px; + margin-bottom: 18px; + margin-left: 17px; + outline: none; + border: 1px solid #ccc; + box-sizing: border-box; +} + +.contact-col .input2 { + width: 34%; + padding: 15px; + margin-bottom: 18px; + margin-left: 17px; + outline: none; + border: 1px solid #ccc; + box-sizing: border-box; +} + +.contact-col .input3 { + width: 34%; + padding: 15px; + margin-bottom: 18px; + margin-left: 17px; + outline: none; + border: 1px solid #ccc; + box-sizing: border-box; +} + + .contact-col div { display: flex; align-items: center;