diff --git a/website/script.js b/website/script.js index 6ed99d2..8066467 100644 --- a/website/script.js +++ b/website/script.js @@ -85,7 +85,7 @@ function showCategory(category) { ]; } else if (category === 'Yoghert') { items = [ - { title: "aardbij yoghurt", imageSrc: "media/aardbij-yoghurt.png", price: 5.10 }, + { title: "Aardbij yoghurt", imageSrc: "media/aardbij-yoghurt.png", price: 5.10 }, ]; } else if (category === 'Snoep') { items = [ @@ -201,24 +201,23 @@ function getDescription(title) { // Soepen beschrijving - } else if (title === "Soepen") { - return "Soep van de dag! (Allergieën? Meld het bij ons!)"; + } if (title === "TomatenSoep") { + return "bluh"; // Salades beschrijving - } else if (title === "Salades") { - return "Een heerlijke salade met verse groenten en een dressing naar keuze."; + } if (title === "Caesar Salade") { + return "bluh"; // Sauzen beschrijving - } else if (title === "Sausjes") { - return "Kies de saus naar je keuze!"; - - } else if (title === "Yoghert") { + } if (title === "Ketchup") { return "bluh"; - } else if (title === "Snoep") { + } if (title === "Aardbij Yoghert") { + return "bluh"; + + } if (title === "Snoep") { return "bluh"; - } return ""; } diff --git a/website/style.css b/website/style.css index 63e1d8d..90f92cd 100644 --- a/website/style.css +++ b/website/style.css @@ -125,11 +125,12 @@ body { .close { position: absolute; - top: 10px; - right: 20px; - font-size: 30px; + top: 110px; + right: 450px; + font-size: 60px; font-weight: bold; cursor: pointer; + color: red; } #add-to-cart {