From ee1fa3f4b36662342957ac3cdb1902cf14b07ab6 Mon Sep 17 00:00:00 2001 From: UZI Date: Tue, 20 Aug 2024 20:39:50 +0200 Subject: [PATCH] uzo --- index.css | 1 - index.html | 24 ++++++++++++++++++++---- index.js | 1 + 3 files changed, 21 insertions(+), 5 deletions(-) diff --git a/index.css b/index.css index 5935e8f..597993c 100644 --- a/index.css +++ b/index.css @@ -71,7 +71,6 @@ main { font-weight: bold; } - footer { text-align: center; padding: 1rem 0; diff --git a/index.html b/index.html index c3dbaf3..b24d2f3 100644 --- a/index.html +++ b/index.html @@ -14,20 +14,36 @@

🍝 Welcome to CodeCuisine 🥖

Your Order

-
- R0.00 -
+

Total: R0.00

- + diff --git a/index.js b/index.js index 9dc986d..26f2dce 100644 --- a/index.js +++ b/index.js @@ -5,6 +5,7 @@ const menu = { Desserts: ["Tiramisu", "Cheesecake"] }; + //function to display menu items by category function displayMenuItems(menu) { // Get the menu container element from the HTML