Skip to content

Commit

Permalink
contactus.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Anu142004 authored Nov 4, 2024
1 parent 7098031 commit 2b73eb2
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions contactus.html
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@

/* Main Content */
.contact-form {
background-color: #fff;
background-color: #ffffff;
padding: 40px;
box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
border-radius: 10px;
Expand All @@ -119,7 +119,7 @@

.contact-form h2 {
margin-bottom: 20px;
color: #2e3b4e;
color: #2e4e37;
text-align: center;
font-weight: bold;
}
Expand All @@ -144,7 +144,7 @@

.form-group input:focus, .form-group textarea:focus {
border-color: #ff8c00;
background-color: #fff;
background-color: #ffffff;
}

.form-group label {
Expand Down Expand Up @@ -648,12 +648,12 @@ <h4>FIND US</h4>
text-decoration: none;
}
.social-icons a:hover {
color: #76b2ab;
color: #f6b40e;
}

/* Contact Form Styling */
.contact-form {
background-color: #f0f4f8;
background-color: #fa9c06;
padding: 40px;
box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
border-radius: 10px;
Expand All @@ -680,17 +680,17 @@ <h4>FIND US</h4>
padding: 16px 12px;
font-size: 16px;
color: #3a506b;
background: #e6f0fa;
border: 1px solid #b3c7d6;
background: #122334;
border: 1px solid #040404;
border-radius: 5px;
outline: none;
transition: 0.3s border-color ease-in-out;
}

.form-group input:focus,
.form-group textarea:focus {
border-color: #5c91ad;
background-color: #ffffff;
border-color: #101010;
background-color: #f0edf8;
}

.form-group label {
Expand All @@ -713,14 +713,14 @@ <h4>FIND US</h4>
left: 8px;
font-size: 12px;
background-color: #f0f4f8;
color: #5c91ad;
color: #050505;
padding: 0 5px;
border-radius: 3px;
}

/* Submit Button */
.submit-btn {
background-color: #3a506b;
background-color: #122334 ;
color: #fff;
border: none;
padding: 14px 20px;
Expand Down

0 comments on commit 2b73eb2

Please sign in to comment.