Skip to content

Commit

Permalink
Enhancement of Cart sidebar
Browse files Browse the repository at this point in the history
  • Loading branch information
tharanithar-r committed Oct 25, 2023
1 parent 0d77048 commit def36cd
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions menu.html
Original file line number Diff line number Diff line change
Expand Up @@ -103,19 +103,10 @@ <h3 style="color: #2F4858;padding-left: 50px;font-weight: bold;">Cart</h3>
</div> -->
</div>
<div id="divempty" style="display: none;">
<div class="card item-card" id="cartcontainer" style="border-bottom-left-radius: 0px;border-bottom-right-radius: 0px; border-top-left-radius: 12px;border-top-right-radius: 12px;padding:30px;">
<div class="card item-card" id="cartcontainer" style="border-radius: 12px;padding:30px;">
<label style="text-align: center;">Your Cart is Empty</label>

</div>
<div class="footer">
<div class="card" style="border-top-right-radius: 0px;border-top-left-radius: 0px;border-bottom-left-radius: 12px;border-bottom-right-radius: 12px;padding:12px;background-color: #de5656;">
<div class="row">
<div class="col" style="text-align: center;">
<a href="./menu.html"><button class="fb" style="background-color: #2F4858;color: white;">Go to Menu</button></a>
</div>
</div>
</div>
</div>
</div>
</div>
<br>
Expand Down

0 comments on commit def36cd

Please sign in to comment.