Skip to content

Commit

Permalink
minor update
Browse files Browse the repository at this point in the history
  • Loading branch information
khalid586 committed Feb 21, 2024
1 parent 7fd517b commit 19e22eb
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 @@ -125,7 +125,7 @@ <h1 class="text-4xl font-extrabold mb-8 text-[#1DD100]">Book My Seat</h1>
<!-- Bus Route -->

<p class="text-center mt-16 mb-4 text-4xl font-extrabold" id = "buyTicket">Greenline services</p>
<p class="text-xl font-lg text-center text-gray-400 font-bold">Your trust Our service</p>
<p class="text-xl font-lg text-center text-gray-400 font-bold">Customer satisfaction is our priority</p>

<!-- Seats left -->

Expand All @@ -139,7 +139,7 @@ <h1 class="text-4xl font-extrabold mb-8 text-[#1DD100]">Book My Seat</h1>
<img src="images/bus-logo.png" alt="" width="60px">
<p class="font-extrabold text-xl lg:text-2xl">Greenline services</p>
</div>
<p class="text-center text-gray-400 font-semibold lg:pl-12 pl-16">Your trust Our service</p>
<p class="text-center text-gray-400 font-semibold lg:pl-12 pl-16">Customer satisfaction is our priority</p>
</div>

<div class="flex font-extrabold text-xl justify-center items-center gap-1 bg-green-200 text-[#1DD100] py-2 px-4 my-4 lg:my-2 rounded-lg">
Expand Down Expand Up @@ -286,7 +286,7 @@ <h1 class="text-4xl font-extrabold mb-8 text-[#1DD100]">Book My Seat</h1>
<p class="mt-4">Thanks <span id = "name_text" class="font-bold text-green-500"></span> for choosing us</p>
<p class="font-bold text-xl mt-8">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">
<input class="rounded-xl w-full font-bold" type="number" inputmode="numeric" id = "passenger_phone" placeholder="Enter your phone number">
</div>

<div class=" text-center lg:my-16 my-8 ">
Expand Down

0 comments on commit 19e22eb

Please sign in to comment.