Skip to content

Commit

Permalink
Removed Underline
Browse files Browse the repository at this point in the history
I have modified the code for the check button.
  • Loading branch information
31Rishita committed Nov 1, 2024
1 parent 63b52af commit a119fac
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="no-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;
}

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

0 comments on commit a119fac

Please sign in to comment.