Skip to content

Commit

Permalink
Merge pull request #860 from 31Rishita/buypage
Browse files Browse the repository at this point in the history
Buypage
  • Loading branch information
ankit071105 authored Nov 1, 2024
2 parents 4549850 + 67bc569 commit 893ba75
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions buy.html
Original file line number Diff line number Diff line change
Expand Up @@ -398,7 +398,7 @@ <h2>Book Your Ticket</h2>
<label for="destination">Destination</label>
<input type="text" id="destination" name="destination" placeholder="To" required>
</div>
<a href="check_availability.html">
<a href="check_availability.html" class="remove_underline">
<button type="button" class="submit-btn">Check Availability</button>
</a>
</form>
Expand Down Expand Up @@ -493,7 +493,9 @@ <h2>Book Your Ticket</h2>
font-size: 1.25rem;
margin-top: 30px;
}

.remove_underline{
text-decoration: none;
}
.submit-btn:hover {
background-color: transparent;
color: #ff4d4d;
Expand Down

0 comments on commit 893ba75

Please sign in to comment.