From 6ccbf5048d227c5b051d190dddc4e27cc3f63299 Mon Sep 17 00:00:00 2001 From: Athul Bhandary Date: Sat, 25 May 2024 16:39:50 +0530 Subject: [PATCH] Improving the contact us component #502 , Issue solved --- style.css | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/style.css b/style.css index 18382ca8..5f8b68f0 100644 --- a/style.css +++ b/style.css @@ -603,6 +603,29 @@ textarea { color: #dddddd; } +ul{ + padding-left: 0px; +} + +#email,#message{ + padding-left: 10px; + padding-right: 10px; + background-color: rgba(210, 167, 167, 0.5); + color:white; +} + +#email::placeholder{ + color: white; +} + +#message::placeholder{ + color: white; +} + +#butt{ + border: none; +} + @media screen and (max-width: 500px) { .menu_items .items { max-width: fit-content;