mirror of
https://github.com/Alvin-Zilverstand/Schoolkantine.git
synced 2026-03-06 21:36:27 +01:00
rr4
This commit is contained in:
BIN
website/media/Kipcorn.png
Normal file
BIN
website/media/Kipcorn.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 719 KiB |
BIN
website/media/Mexicano.png
Normal file
BIN
website/media/Mexicano.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.2 MiB |
@@ -25,7 +25,9 @@ function showCategory(category) {
|
|||||||
else if (category === 'Snacks') {
|
else if (category === 'Snacks') {
|
||||||
items = [
|
items = [
|
||||||
{ title: "Frikandel", imageSrc: "media/frikandel.jpg", price: 2.00 },
|
{ title: "Frikandel", imageSrc: "media/frikandel.jpg", price: 2.00 },
|
||||||
|
{ title: "Mexicano", imageSrc: "media/Mexicano.png", 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: "Kipcorn", imageSrc: "media/Kipcorn.png", price: 2.50 },
|
||||||
];
|
];
|
||||||
} else if (category === 'deserts') {
|
} else if (category === 'deserts') {
|
||||||
items = [
|
items = [
|
||||||
|
|||||||
@@ -37,6 +37,7 @@ body {
|
|||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
padding: 20px;
|
padding: 20px;
|
||||||
justify-content: space-around;
|
justify-content: space-around;
|
||||||
|
grid:
|
||||||
}
|
}
|
||||||
|
|
||||||
.product-box {
|
.product-box {
|
||||||
@@ -48,6 +49,7 @@ body {
|
|||||||
text-align: center;
|
text-align: center;
|
||||||
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