Fixed Endabgabe Second (2.0)
This commit is contained in:
parent
b5244b3b32
commit
a208455bf0
|
@ -7,7 +7,7 @@
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<link rel="stylesheet" href="../index.css">
|
<link rel="stylesheet" href="../index.css">
|
||||||
<link rel="stylesheet" href="admin.css">
|
<link rel="stylesheet" href="admin.css">
|
||||||
<script src='https://kit.fontawesome.com/a076d05399.js' crossorigin="anonymous" SameSite="Secure"></script>
|
<script src='https://kit.fontawesome.com/a076d05399.js'></script>
|
||||||
<script src="../script-frontend/admin.js" defer></script>
|
<script src="../script-frontend/admin.js" defer></script>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
|
|
|
@ -34,8 +34,8 @@
|
||||||
<div id="imageBox">
|
<div id="imageBox">
|
||||||
<img src="images/GiSBeLike.png" alt="Some weird Memes" />
|
<img src="images/GiSBeLike.png" alt="Some weird Memes" />
|
||||||
<div>
|
<div>
|
||||||
<button id="buttonLeft"><</button>
|
<button id="buttonLeft"><</button>
|
||||||
<button id="buttonRight">></button>
|
<button id="buttonRight">></button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</main>
|
</main>
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<link rel="stylesheet" href="../index.css">
|
<link rel="stylesheet" href="../index.css">
|
||||||
<link rel="stylesheet" href="shop.css">
|
<link rel="stylesheet" href="shop.css">
|
||||||
<script src='https://kit.fontawesome.com/a076d05399.js' crossorigin="anonymous" SameSite="Secure"></script>
|
<script src='https://kit.fontawesome.com/a076d05399.js'></script>
|
||||||
<script src="../script-frontend/shop.js" defer></script>
|
<script src="../script-frontend/shop.js" defer></script>
|
||||||
<title>Shop</title>
|
<title>Shop</title>
|
||||||
</head>
|
</head>
|
||||||
|
@ -16,7 +16,7 @@
|
||||||
<a href="../index.html"><img src="../html-landing-page/images/nice-ice-logo.png" alt=""></a>
|
<a href="../index.html"><img src="../html-landing-page/images/nice-ice-logo.png" alt=""></a>
|
||||||
</div>
|
</div>
|
||||||
<div id="warenkorb">
|
<div id="warenkorb">
|
||||||
<a href="../html-warenkorb\warenkorb.html"><i class='fas fa-shopping-cart'></i> <span>0</span></a>
|
<a href="../html-warenkorb/warenkorb.html"><i class='fas fa-shopping-cart'></i> <span>0</span></a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</header>
|
</header>
|
||||||
|
@ -62,9 +62,9 @@
|
||||||
<div id="topping3"></div>
|
<div id="topping3"></div>
|
||||||
</div>
|
</div>
|
||||||
<div id="buttonContainer">
|
<div id="buttonContainer">
|
||||||
<a href="#topContainer"><button id="resetButton">Eis zurücksetzen</button></a>
|
<button id="resetButton"><a href="#topContainer">Eis zurücksetzen</a></button>
|
||||||
<a href="#topContainer"><button id="nextButton">Nächstes Eis</button></a>
|
<button id="nextButton"><a href="#topContainer">Nächstes Eis</a></button>
|
||||||
<a href="../html-warenkorb/warenkorb.html"><button id="sendButton">Bestellung speichern</button></a>
|
<button id="sendButton"><a href="../html-warenkorb/warenkorb.html">Bestellung speichern</a></button>
|
||||||
</div>
|
</div>
|
||||||
</main>
|
</main>
|
||||||
<footer>
|
<footer>
|
||||||
|
|
|
@ -2,6 +2,7 @@
|
||||||
|
|
||||||
body {
|
body {
|
||||||
background-image: url(../html-shop/images/background.png);
|
background-image: url(../html-shop/images/background.png);
|
||||||
|
font-size: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#mainContainer {
|
#mainContainer {
|
||||||
|
@ -76,6 +77,10 @@
|
||||||
|
|
||||||
}
|
}
|
||||||
@media screen and (min-width: 1025px) {
|
@media screen and (min-width: 1025px) {
|
||||||
|
body {
|
||||||
|
font-size: 20px;
|
||||||
|
}
|
||||||
|
|
||||||
div.product button:hover {
|
div.product button:hover {
|
||||||
background-color: red;
|
background-color: red;
|
||||||
}
|
}
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
/* Die Seite ist auf Mindestbreite von 333px ausgelegt */
|
/* Die Seite ist auf Mindestbreite von 333px ausgelegt */
|
||||||
|
|
||||||
body {
|
body {
|
||||||
font-size: 20px;
|
font-size: 10px;
|
||||||
margin: 0px;
|
margin: 0px;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|
Loading…
Reference in New Issue