Skip to content

Commit

Permalink
Contact us form enhanced
Browse files Browse the repository at this point in the history
  • Loading branch information
Son7c committed Oct 23, 2024
1 parent 32d1df3 commit a68e0cf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion src/Styles/Style.css
Original file line number Diff line number Diff line change
Expand Up @@ -1003,4 +1003,6 @@ footer .credit {
background-color: #0056b3; /* Change to a lighter blue on hover */
transform: scale(1.1);
}

#contactSubmit{
background-color: #03e9f4;
}
4 changes: 2 additions & 2 deletions src/Styles/contact_us_style.css
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,11 @@

.contact-container{
width:100%;
background: #000000;
}

#contact{
width:100%;
background: rgb(0, 0, 0);
background: linear-gradient(135deg,#00afb9,#fed9b7);
}

#contactForm textarea{
Expand All @@ -59,4 +58,5 @@
margin-left:6em;
text-align: center;
padding:9rem;
background-color: #46cdcf;
}

0 comments on commit a68e0cf

Please sign in to comment.