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">
|
||||
<link rel="stylesheet" href="../index.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>
|
||||
</head>
|
||||
|
||||
|
|
|
@ -34,8 +34,8 @@
|
|||
<div id="imageBox">
|
||||
<img src="images/GiSBeLike.png" alt="Some weird Memes" />
|
||||
<div>
|
||||
<button id="buttonLeft"><</button>
|
||||
<button id="buttonRight">></button>
|
||||
<button id="buttonLeft"><</button>
|
||||
<button id="buttonRight">></button>
|
||||
</div>
|
||||
</div>
|
||||
</main>
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<link rel="stylesheet" href="../index.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>
|
||||
<title>Shop</title>
|
||||
</head>
|
||||
|
@ -16,7 +16,7 @@
|
|||
<a href="../index.html"><img src="../html-landing-page/images/nice-ice-logo.png" alt=""></a>
|
||||
</div>
|
||||
<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>
|
||||
</header>
|
||||
|
@ -62,9 +62,9 @@
|
|||
<div id="topping3"></div>
|
||||
</div>
|
||||
<div id="buttonContainer">
|
||||
<a href="#topContainer"><button id="resetButton">Eis zurücksetzen</button></a>
|
||||
<a href="#topContainer"><button id="nextButton">Nächstes Eis</button></a>
|
||||
<a href="../html-warenkorb/warenkorb.html"><button id="sendButton">Bestellung speichern</button></a>
|
||||
<button id="resetButton"><a href="#topContainer">Eis zurücksetzen</a></button>
|
||||
<button id="nextButton"><a href="#topContainer">Nächstes Eis</a></button>
|
||||
<button id="sendButton"><a href="../html-warenkorb/warenkorb.html">Bestellung speichern</a></button>
|
||||
</div>
|
||||
</main>
|
||||
<footer>
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
|
||||
body {
|
||||
background-image: url(../html-shop/images/background.png);
|
||||
font-size: 20px;
|
||||
}
|
||||
|
||||
#mainContainer {
|
||||
|
@ -76,6 +77,10 @@
|
|||
|
||||
}
|
||||
@media screen and (min-width: 1025px) {
|
||||
body {
|
||||
font-size: 20px;
|
||||
}
|
||||
|
||||
div.product button:hover {
|
||||
background-color: red;
|
||||
}
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
/* Die Seite ist auf Mindestbreite von 333px ausgelegt */
|
||||
|
||||
body {
|
||||
font-size: 20px;
|
||||
font-size: 10px;
|
||||
margin: 0px;
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
|
|
Loading…
Reference in New Issue