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 a119fac commit 67bc569
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 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" class="no-underline">
<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,7 @@ <h2>Book Your Ticket</h2>
font-size: 1.25rem;
margin-top: 30px;
}
.no-underline{
.remove_underline{
text-decoration: none;
}
.submit-btn:hover {
Expand Down

0 comments on commit 67bc569

Please sign in to comment.