From 12f5e868f197aa742fb78c0c3eb052135daa7b2d Mon Sep 17 00:00:00 2001 From: NISHAKUSHWAHA23 Date: Wed, 23 Oct 2024 14:42:18 +0530 Subject: [PATCH] changing in contact us form --- index.html | 7 ++++--- src/Styles/contact_us_style.css | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/index.html b/index.html index 0969c23f..c6b826d7 100644 --- a/index.html +++ b/index.html @@ -72,13 +72,13 @@ padding: 10px 20px; /* Added padding for a better button size */ border: none; border-radius: 5px; /* Rounded button corners */ - background-color: #007bff; /* Primary color for buttons */ + background-color: #7a81e6; /* Primary color for buttons */ color: white; font-weight: bold; } .btn:hover { - background-color: #0056b3; /* Darker shade on hover */ + background-color: #7a81e6 /* Darker shade on hover */ } .palette { @@ -359,6 +359,7 @@ width: 100%; text-align: center; margin-bottom: none; + } .canvas-container { @@ -781,7 +782,7 @@ -

Creative Canvas Tool +

*

Design and create stunning visuals effortlessly!

diff --git a/src/Styles/contact_us_style.css b/src/Styles/contact_us_style.css index 03443827..8beb0385 100644 --- a/src/Styles/contact_us_style.css +++ b/src/Styles/contact_us_style.css @@ -47,7 +47,7 @@ #contact{ width:100%; - background: rgb(0, 0, 0); + background: #72abffe0; } #contactForm textarea{