diff --git a/assets/seiten/b-waren.html b/assets/seiten/b-waren.html index 140fcfa..23d695e 100644 --- a/assets/seiten/b-waren.html +++ b/assets/seiten/b-waren.html @@ -3,7 +3,7 @@ B-Waren Shop - + @@ -21,7 +21,21 @@
- + +
+
+ + + + + + + + + + +
+
\ No newline at end of file diff --git a/assets/seiten/css/design.css b/assets/seiten/css/design.css index 1c8a08d..6ad18b5 100644 --- a/assets/seiten/css/design.css +++ b/assets/seiten/css/design.css @@ -28,15 +28,14 @@ body{ position: fixed; top: 0; width: 100%; - height: 8rem; - background: transparent; + height: 7rem; padding-right: 1.25rem; padding-left: 1.25rem; } .menu a{ float: left; - height: 50%; + height: 60%; display: block; color: #f2f2f2; text-align: center; @@ -108,9 +107,8 @@ body{ top: 45%; left: 50%; transform: translate(-50%, -50%); - height: 100%; + height: 105%; width: fit-content; - } /* Hauptseite */ diff --git a/assets/seiten/css/index.css b/assets/seiten/css/index.css index 233b27b..844501f 100644 --- a/assets/seiten/css/index.css +++ b/assets/seiten/css/index.css @@ -26,9 +26,18 @@ } #content { - position: fixed; - height: 100%; - min-height: 100%; width: 100%; + height: 100%; + z-index: -1; + position: absolute; + top: 101%; + left: 0; + right: 0; + background-color: #121212; } + +#down { + z-index: 1; + position: relative; +} \ No newline at end of file diff --git a/assets/seiten/services.html b/assets/seiten/services.html index 6737e85..8331e24 100644 --- a/assets/seiten/services.html +++ b/assets/seiten/services.html @@ -3,7 +3,7 @@ B-Waren Shop - + @@ -21,7 +21,21 @@
- + +
+
+ + + + + + + + + + +
+
\ No newline at end of file diff --git a/assets/seiten/shop.html b/assets/seiten/shop.html index 9aee480..582d68c 100644 --- a/assets/seiten/shop.html +++ b/assets/seiten/shop.html @@ -20,6 +20,20 @@
Anmelden
- + +
+
+ + + + + + + + + + +
+
\ No newline at end of file diff --git a/index.html b/index.html index 6d930a9..aa36629 100644 --- a/index.html +++ b/index.html @@ -6,10 +6,25 @@ + + -