Skip to content

Commit

Permalink
design modification
Browse files Browse the repository at this point in the history
  • Loading branch information
khalid586 committed Feb 20, 2024
1 parent 3ffac3a commit 7885924
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ <h1 class="text-4xl font-extrabold mb-8 text-[#1DD100]">Book My Seat</h1>
<p class="text-gray-500 my-4"><img src="images/seat-gray.png" alt="">Available</p>
<p class="text-[#1DD100]"><img src="images/seat-green-filled.png" alt="">Selected</p>
</div>
<div class="grid grid-cols-5 px-8 lg:px-40 py-4">
<div class="grid grid-cols-5 px-8 lg:px-40 py-4 border-b-4 border-l-4 shadow-xl rounded-xl mx-2 mb-4 lg:ml-16">
<button class = "text-gray-500 rounded-lg m-2 lg:m-4 p-2 text-center" id = "A">A</button>
<button class = " seats bg-white rounded-lg m-2 lg:m-4 p-2 text-center" id = "A1">A1</button>
<button class = " seats bg-white rounded-lg m-2 lg:m-4 p-2 text-center" id = "A2">A2</button>
Expand Down Expand Up @@ -248,7 +248,7 @@ <h1 class="text-4xl font-extrabold mb-8 text-[#1DD100]">Book My Seat</h1>
<p>Price</p>
</div>
<div class="" >
<p id = "selected" class="h-28"></p>
<p id = "selected" class="h-20"></p>
</div>

<!-- <p>--------------------------------------------------------------------------</p> -->
Expand Down

0 comments on commit 7885924

Please sign in to comment.