Skip to content

Commit

Permalink
minor update
Browse files Browse the repository at this point in the history
  • Loading branch information
khalid586 committed Feb 19, 2024
1 parent 75b336a commit aaac956
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ <h1 class="text-4xl font-extrabold mb-8 text-green-500">Book My Seat</h1>
<div class="bg-amber-50 lg:flex justify-around mt-4 mb-16 border-2 lg:mx-16 rounded-xl ">
<div class="lg:w-2/3">
<p class="pt-16 font-extrabold text-4xl text-center pb-2 lg:pb-8">Select Your Seat</p>
<div class="flex justify-center items-center gap-8">
<div class="flex justify-around items-center gap-8">
<p class="text-gray-500 my-4"><img src="images/seat-gray.png" alt="">Available</p>
<p class="text-green-500"><img src="images/seat-green-filled.png" alt="">Selected</p>
</div>
Expand Down

0 comments on commit aaac956

Please sign in to comment.