Skip to content

Commit

Permalink
changed_the_color
Browse files Browse the repository at this point in the history
  • Loading branch information
shivamv003 committed Oct 2, 2024
1 parent fb45e14 commit 234b452
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Html-files/contact.html
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ <h1 style="color: hsl(357, 53%, 8%); font-family: Tahoma, sans-serif;">Feel Free
<div class="row mt-4">
<!-- Left Column - Contact Form -->
<div class="col-lg-7">
<div class="card mt-2 mx-auto mb-5 p-4" style="background-color: hsl(9, 24%, 86%);">
<div class="card mt-2 mx-auto mb-5 p-4" style="background-color: transparent; border: 1px solid black;">
<div class="card-body" style="background-color: transparent;">
<div class="container" style="background-color: transparent;">
<form action="/submit" method="POST" id="contact-form" role="form">
Expand Down Expand Up @@ -367,7 +367,7 @@ <h1 style="color: hsl(357, 53%, 8%); font-family: Tahoma, sans-serif;">Feel Free
</div>
<div class="col-md-4 mt-4">
<input type="submit" class="btn btn-send btn-block"
value="Send Message" style="background-color: hsl(0, 66%, 86%); color: black; text-align: center; font-family: var(--ff-philosopher); padding: 12px 0; border: 1px solid black; height: 50px; line-height: 26px;">
value="Send Message" style="background-color: #ffc1b7; color: black; text-align: center; font-family: var(--ff-philosopher); padding: 12px 0; border: 1px solid black; height: 50px; line-height: 26px;">
</div>
</div>
</div>
Expand Down Expand Up @@ -437,15 +437,15 @@ <h3 style="text-align: center; margin-bottom: 15px;">Contact Us!</h3>

<!-- Email Input -->
<input type="email" id="email" name="email" placeholder="Your Email" required
style="width: 100%; padding: 8px; margin-bottom: 10px; border-radius: 5px; border: 1px solid #ccc;">
style="width: 100%; padding: 8px; margin-bottom: 10px; border-radius: 10px; border: 1px solid #ccc;">

<!-- Message Textarea -->
<textarea id="message" name="message" placeholder="Your Message" required
style="width: 100%; padding: 8px; margin-bottom: 10px; border-radius: 5px; border: 1px solid #ccc; height: 100px;"></textarea>
style="width: 100%; padding: 8px; margin-bottom: 10px; border-radius: 10px; border: 1px solid #ccc; height: 100px;"></textarea>

<!-- Submit Button -->
<button id="butt" type="submit"
style="width: 100%; padding: 10px; background-color: #007bff; color: white; border: none; border-radius: 5px; cursor: pointer;">
style="width: 100%; padding: 10px; background-color: #ffe1d9; color: black; border: 1px; border-radius: 10px; cursor: pointer;">
Send Message
</button>
</form>
Expand Down

0 comments on commit 234b452

Please sign in to comment.