Skip to content

Commit

Permalink
Merge pull request #518 from SumaLatha2023/main
Browse files Browse the repository at this point in the history
change sell tickets
  • Loading branch information
ankit071105 authored Oct 22, 2024
2 parents db142f1 + 02173d2 commit 4049691
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,7 @@ p {
border-radius: 5px;
font-size: 1rem;
transition: background-color 0.3s ease;
width: auto;
}

.btn:hover {
Expand Down Expand Up @@ -714,7 +715,7 @@ h2 {
border-radius: 5px;
font-size: 1rem;
transition: background-color 0.3s ease;
display: block;
/* display: block; */
text-align: center;
margin: 0 auto;
}
Expand Down
1 change: 0 additions & 1 deletion train_sell.html
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,6 @@

<div class="logo"><img src="images/4.jpeg" alt="Ticket Booking Logo" class="logo-image">Ticket Marketplace</div>

<a href="./index.html" id="logo-href"><div class="logo">Ticket Marketplace</div></a>

<ul class="nav-links">
<li><a href="index.html">Home</a></li>
Expand Down

0 comments on commit 4049691

Please sign in to comment.