This commit is contained in:
kitkatpotato16
2025-02-13 11:36:05 +01:00
4 changed files with 5 additions and 2 deletions

BIN
website/media/Kipcorn.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 719 KiB

BIN
website/media/Mexicano.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 MiB

View File

@@ -43,8 +43,9 @@ function showCategory(category) {
else if (category === 'Snacks') {
items = [
{ title: "Frikandel", imageSrc: "media/frikandel.jpg", price: 2.00 },
{ title: "Bitterballen", imageSrc: "media/bitterbal.jpg", price: 2.50 },
{ title: "Kroketten", imageSrc: "media/kroket.webp", price: 2.50 },
{ title: "Bitterballen", imageSrc: "https://www.taalvoutjes.nl/app/uploads/2014/09/bitterbal.jpg", price: 2.50 },
{ title: "Mexicano", imageSrc: "media/mexicano.png", price: 2.00 },
{ title: "Kipcorn", imageSrc: "media/kipcorn.png", price: 2.50 },
];
} else if (category === 'deserts') {
items = [

View File

@@ -37,6 +37,7 @@ body {
flex-wrap: wrap;
padding: 20px;
justify-content: space-around;
grid:
}
.product-box {
@@ -48,6 +49,7 @@ body {
text-align: center;
cursor: pointer;
transition: all 0.3s ease;
}
.product-box:hover {