From a1446192e3cffa884a5a1ee55939da08a2ff024d Mon Sep 17 00:00:00 2001 From: TheShinyMelon Date: Thu, 16 Nov 2023 23:37:16 +0100 Subject: [PATCH] ADD: zeug wird jetzt includiert --- linetest.html | 48 +++++++++++++++++++++++++++++++++++++ public/audio.php | 2 ++ public/images.php | 2 ++ public/index.php | 55 +++++++++++++++++++++++++++++++++---------- public/stylesheet.css | 23 +++++++++++++++--- 5 files changed, 115 insertions(+), 15 deletions(-) create mode 100644 linetest.html create mode 100644 public/audio.php create mode 100644 public/images.php diff --git a/linetest.html b/linetest.html new file mode 100644 index 0000000..fa8f987 --- /dev/null +++ b/linetest.html @@ -0,0 +1,48 @@ + + + + + + + + + +
Hover me
+ + + diff --git a/public/audio.php b/public/audio.php new file mode 100644 index 0000000..46e1987 --- /dev/null +++ b/public/audio.php @@ -0,0 +1,2 @@ +bong'); \ No newline at end of file diff --git a/public/images.php b/public/images.php new file mode 100644 index 0000000..dc6509c --- /dev/null +++ b/public/images.php @@ -0,0 +1,2 @@ + -
-
-

LAYER

- -
+
+ +
+

LAYER-

+ +
+
- \ No newline at end of file +
+ + + \ No newline at end of file diff --git a/public/stylesheet.css b/public/stylesheet.css index 0c95403..96ca6a4 100644 --- a/public/stylesheet.css +++ b/public/stylesheet.css @@ -38,12 +38,12 @@ 0 7px 0 #17202A, 0 8px 0 #17202A, 0 11px 0 #17202A, 0 12px 0 #17202A; z-index: 999; - padding-left: 6rem; + padding-left: 4rem; } .logo_gif { - height: 8rem; - margin: -1rem; + height: 8.5rem; + margin: -4rem; z-index: 998; } @@ -52,6 +52,11 @@ justify-content: center; align-items: center; pointer-events: none; + margin-bottom: -4rem; +} + +.logo_link { + text-decoration: none; } .menu_bar { @@ -72,4 +77,16 @@ .menu_bar li a { text-decoration: none; +} + +.menu_bar li a:hover { + text-decoration: underline; + text-decoration-thickness: 5px; + text-decoration-color: #f3a041; +} + +.menu_bar li a:active { + text-decoration: underline; + text-decoration-thickness: 6px; + text-decoration-color: #41a3f3; } \ No newline at end of file