diff --git a/assets/bilder/Logo.png b/assets/bilder/Logo.png new file mode 100644 index 0000000..01046f1 Binary files /dev/null and b/assets/bilder/Logo.png differ diff --git a/assets/design.css b/assets/design.css index 0fd6c3b..b463f07 100644 --- a/assets/design.css +++ b/assets/design.css @@ -29,15 +29,15 @@ body{ position: fixed; top: 0; width: 100%; - height: 5rem; + height: 7rem; background: transparent; place-items: center; padding-right: 10rem; } - -.menu a { +.menu a{ float: left; + height: 70%; display: block; color: #f2f2f2; text-align: center; @@ -46,6 +46,12 @@ body{ transition: ease 0.3s; } +.logo { + position: center; + margin-left: 30%; + +} + .neon-button { font-size: 1rem; display: inline-block; @@ -124,7 +130,7 @@ a .menu .spaceholder { padding: 80px 20px; transition: .4s ease; background-image: url(./bilder/background.png); - background-size: 100%; + background-size: 100%; } .seite section { @@ -277,6 +283,7 @@ a .menu .spaceholder { } .signIn { + margin: auto; font-size: 1rem; display: inline-block; cursor: pointer; @@ -290,6 +297,4 @@ a .menu .spaceholder { border-radius: 0.25em; text-shadow: 0 0 0.125em hsl(0 0% 100% / 0.3), 0 0 0.45em currentColor; box-shadow: inset 0 0 0.5em 0 var(--clr-neon), 0 0 0.5em 0 var(--clr-neon); - - } diff --git a/index.html b/index.html index f9bb4ed..48a363f 100644 --- a/index.html +++ b/index.html @@ -13,6 +13,7 @@ 2. Seite 3. Seite Anmelden +