Skip to content

Commit

Permalink
Merge pull request #520 from jeevika17/sendButton
Browse files Browse the repository at this point in the history
Send button is aligned
  • Loading branch information
tushargupta1504 authored Oct 18, 2024
2 parents ddcf131 + a909eb7 commit b9eb0ba
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -629,7 +629,7 @@ <h5 class="mb-0"> [email protected]</h5>
</div>
<div class="col-lg-6 wow fadeIn" data-wow-delay="0.1s">
<div class="bg-light rounded p-5">
<p class="d-inline-block border rounded-pill py-1 px-4 " style="color: #000;">Contact Us</p>
<p class="d-inline-block border rounded-pill py-1 px-4 " style="color: #000;">Contact Us</p>
<h1 class="mb-4">Have Any Query? Please Contact Us!</h1>

<form>
Expand Down Expand Up @@ -677,7 +677,7 @@ <h1 class="mb-4">Have Any Query? Please Contact Us!</h1>
<label for="message">Message</label>
</div>
</div>
<div class="col-12">
<div class="col-12 d-flex justify-content-center">
<button class="btn btn-primary w-100 py-3" id="contact">Send
Message</button>
</div>
Expand Down
3 changes: 3 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -664,6 +664,9 @@ body.night .mb-4{
padding-top: 4px;
}

.w-50 {
width: 50%; /* Adjust the width as necessary */
}



Expand Down

0 comments on commit b9eb0ba

Please sign in to comment.