Skip to content

Commit

Permalink
basket font
Browse files Browse the repository at this point in the history
  • Loading branch information
willbartelt15 committed May 31, 2024
1 parent 6a188b3 commit 23bdf3b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _posts/2024-05-20-Food_Game.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ courses: { compsci: {week: 30} }
Watermelon - $4.50
</div>
</div>
<div id="basket" ondrop="drop(event)" ondragover="allowDrop(event)">
<h2>Basket</h2>
<div id="basket" ondrop="drop(event)" ondragover="allowDrop(event)" style="color: black; font-size: 28px;">
Basket
</div>
<button id="checkout" onclick="checkout()">Checkout</button>
<script src="script.js"></script>
Expand Down

0 comments on commit 23bdf3b

Please sign in to comment.