Skip to content

Commit

Permalink
Merge pull request #1120 from Rohit72099/main
Browse files Browse the repository at this point in the history
sell.html is improved
  • Loading branch information
ankit071105 authored Nov 10, 2024
2 parents 5557e64 + 6923de2 commit 76bdac0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion footer.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
color: #ffffff;
padding: 40px 0;
font-family: Arial, sans-serif;
min-width: 1520px;
/* min-width: 1520px; */
}

/* Logo and Tagline */
Expand Down
14 changes: 7 additions & 7 deletions sell.html
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@

↑

↑ /*This is the up arrow*/
↑

</button>

Expand Down Expand Up @@ -1051,18 +1051,18 @@ <h1>Sell Bus Ticket</h1>
</div>
</div>

<div class="form-cont">

<label for="seatNumber">Seat Number:</label>
<input type="text" id="seatNumber" placeholder="Enter seat number" required>
</div>



<div class="form-cont">

<label for="price">Original Price:</label>
<input type="number" id="price" placeholder="Enter ticket price" required>
</div>

<button type="submit" class="btn">Submit Ticket</button>

&nbsp;
<button type="submit" class="btn">Submit Ticket</button>
</form>


Expand Down

0 comments on commit 76bdac0

Please sign in to comment.