Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

contactus page with the new look #968

Merged
merged 2 commits into from
Nov 10, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading