From 639a38b8d2ff0aca9e2143a83152677f27d6f3b2 Mon Sep 17 00:00:00 2001 From: Robin Schumann <2210880@stud.hs-mannheim.de> Date: Fri, 28 Apr 2023 15:27:22 +0200 Subject: [PATCH] body-classes hinzu,warenkorb hinzu,bilder o. preis --- .DS_Store | Bin 6148 -> 6148 bytes public/.DS_Store | Bin 6148 -> 6148 bytes public/css/desktop.css | 65 ++++++++++++++++++++++- public/datenschutz.html | 4 +- public/impressum.html | 4 +- public/index.html | 2 +- public/kontakt.html | 4 +- public/pictures/birne_ohne_preis.webp | Bin 0 -> 47096 bytes public/pictures/karotte_ohne_preis.webp | Bin 0 -> 95540 bytes public/pictures/sellerie_ohne_preis.webp | Bin 0 -> 30948 bytes public/ueber_uns.html | 4 +- 11 files changed, 73 insertions(+), 10 deletions(-) create mode 100644 public/pictures/birne_ohne_preis.webp create mode 100644 public/pictures/karotte_ohne_preis.webp create mode 100644 public/pictures/sellerie_ohne_preis.webp diff --git a/.DS_Store b/.DS_Store index 4d3ffa8a0dce6bb501a8af616f487fe227349c58..4d7c2920e99ffb9a58d373a711cdeff4ad4ef734 100644 GIT binary patch delta 38 ucmZoMXfc@J&&aYdU^gQp%VZv=C!8t8$vH{+`8kZ6A29K;Zf58B%MSqWkql-4 delta 31 ncmZoMXfc@J&&a$nU^gQp^JE^TC!0B$|FKMLklf79@s}R}p(qMV diff --git a/public/.DS_Store b/public/.DS_Store index 970ff007235e82ec655d2382326dd366e2579d12..006c9572c849d374fced8b1ff3bf7e527e2f657c 100644 GIT binary patch delta 101 zcmZoMXfc=|#>CJzu~2NHo}wrt0|NsP3otO0G88eSG8Cs2C+AEoRA*$IY``eO3F0N? x=jSkPUdWinHhBZ%kIn2H{2W02K!NYfllet-IYCAo0Ahy8HayasV?>rP0{{k98I%A3 delta 228 zcmZoMXfc=|#>B`mu~2NHo}wrV0|Nsi1A_nqLn%WMLn=dYPP$?6#Er}AK@uDc1q_)C z$qXgPlF9kG1wc6%z)+K$@8Xh_lb-}sz_HKA&m!aZ5l0Xk-K^aF6g=vL5SA8X7zTqZ q-MBHEZ8JLuKL^nD8#jJup3E p { text-align: center; } -.content::before { +html body.index .content::before, +html body.datenschutz .content::before, +html body.ueberuns .content::before, +html body.kontakt .content::before, +html body.impressum .content::before{ content: ""; background-image: url('../pictures/gemuese_transparent.png'); background-repeat: no-repeat; @@ -253,3 +257,62 @@ label { display: flex; margin:10px; } + +.produkte_warenkorb{ + position: relative; + max-width: 88%; + height: 165px; + border: thin solid #606060; + margin-top: 22.5px; + margin-bottom: 22.5px; + display: flex; + align-items: center; + } + +.produkte_warenkorb img { + margin-right: -60px; + height:60%; + +} +.produkte_details { + width: 150px; + display: block; + font-size: 0.8em; + margin-top: -40px; +} +.button_mit_menue{ + display: flex; + align-items: center; + position:absolute; + bottom: 50px; + right: 30px; + +} +.button_entfernen{ + background-color: #ebebeb; + border: thin solid black; + color: black; + width: 115px; + height: 31px; + padding: 6px; + border-radius: 3px; + text-align: center; + text-decoration: none; + display: inline-block; + font-size: 0.8em; + margin: 4px 2px; + cursor: pointer; + font-weight: normal; + +} +#menue{ + width: 35px; + height: 25px; + margin-left: 10px; +} +.gesamtbetrag{ + position: absolute; + font-size: 1em; + bottom: 15px; + right: 15px; +} \ No newline at end of file diff --git a/public/datenschutz.html b/public/datenschutz.html index ea2e516..0e61440 100644 --- a/public/datenschutz.html +++ b/public/datenschutz.html @@ -8,7 +8,7 @@ - +
-
+

Datenschutzerklärung

Präambel
Mit der folgenden Datenschutzerklärung möchten wir Sie darüber aufklären, diff --git a/public/impressum.html b/public/impressum.html index 4df99d6..39097ed 100644 --- a/public/impressum.html +++ b/public/impressum.html @@ -8,7 +8,7 @@ - +

-
+

Impressum

Angaben gemäß § 5 TMG
WEB-A4-Gruppe
Paul-Wittsack-Straße 10
68163 diff --git a/public/index.html b/public/index.html index 3b97dbc..0cb2047 100644 --- a/public/index.html +++ b/public/index.html @@ -8,7 +8,7 @@ - +