Skip to content

Commit

Permalink
minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
khalid586 committed Feb 21, 2024
1 parent 6e3b061 commit 1721923
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -283,9 +283,9 @@ <h1 class="text-4xl font-extrabold mb-8 text-[#1DD100]">Book My Seat</h1>
<p class="text-center font-extrabold text-3xl">Passenger Information</p>
<p class="font-bold text-xl mt-12 ">Passenger Name*</p>
<input class="rounded-xl mt-2 w-full font-bold" type="text" id = "passenger_name" placeholder="Enter your name">
<p class="font-bold text-xl mt-6">Passenger Phone*</p>
<p id = "valid_number" class="h-6"></p>
<input class="rounded-xl mt-2 w-full font-bold" type="number" id = "passenger_phone" placeholder="Enter your phone number">
<p class="font-bold text-xl mt-10">Passenger Phone*</p>
<p id = "valid_number" class="h-4 text-xs mb-2"></p>
<input class="rounded-xl w-full font-bold" type="number" id = "passenger_phone" placeholder="Enter your phone number">

<p class="mt-8">Thanks <span id = "name_text" class="font-bold text-green-500"></span> for choosing us</p>
</div>
Expand Down

0 comments on commit 1721923

Please sign in to comment.