mirror of
https://github.com/Alvin-Zilverstand/Schoolkantine.git
synced 2026-03-07 05:53:00 +01:00
t
This commit is contained in:
BIN
website/media/Friet.png
Normal file
BIN
website/media/Friet.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 840 KiB |
BIN
website/media/Kipnuggets.png
Normal file
BIN
website/media/Kipnuggets.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.5 MiB |
@@ -45,7 +45,9 @@ function showCategory(category) {
|
|||||||
{ title: "Frikandel", imageSrc: "media/frikandel.jpg", price: 2.00 },
|
{ title: "Frikandel", imageSrc: "media/frikandel.jpg", price: 2.00 },
|
||||||
{ title: "Bitterballen", imageSrc: "https://www.taalvoutjes.nl/app/uploads/2014/09/bitterbal.jpg", 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: "Mexicano", imageSrc: "media/mexicano.png", price: 2.00 },
|
||||||
{ title: "Kipcorn", imageSrc: "media/kipcorn.png", price: 2.50 },
|
{ title: "Kipcorn", imageSrc: "media/kipcorn.png", price: 2.20 },
|
||||||
|
{ title: "Friet", imageSrc: "media/friet.png", price: 3.20 },
|
||||||
|
{ title: "Kipnuggets", imageSrc: "media/kipnuggets.png", price: 2.70 },
|
||||||
];
|
];
|
||||||
} else if (category === 'deserts') {
|
} else if (category === 'deserts') {
|
||||||
items = [
|
items = [
|
||||||
|
|||||||
@@ -37,7 +37,8 @@ body {
|
|||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
padding: 20px;
|
padding: 20px;
|
||||||
justify-content: space-around;
|
justify-content: space-around;
|
||||||
grid:
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.product-box {
|
.product-box {
|
||||||
@@ -50,6 +51,7 @@ grid:
|
|||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
transition: all 0.3s ease;
|
transition: all 0.3s ease;
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.product-box:hover {
|
.product-box:hover {
|
||||||
|
|||||||
Reference in New Issue
Block a user