From 4c713242c198b3f1cb01ac0c0a57cd6219da4754 Mon Sep 17 00:00:00 2001 From: Voided Aries Date: Wed, 9 Aug 2023 19:01:49 +0100 Subject: [PATCH] contact_us updated (7) --- css/contact-style.css | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/css/contact-style.css b/css/contact-style.css index dede231..a74f50c 100644 --- a/css/contact-style.css +++ b/css/contact-style.css @@ -43,6 +43,18 @@ form { width: 90%; max-width: 600px; } +.input-group{ + margin-bottom: 30px; +} +.input, textarea{ + width: 100%; + padding: 10px; + outline: 0; + border: 1px solid white; + color: white; + background: transparent; + font-size: 15px; +} /* navigation */ nav { position: relative;