This commit is contained in:
2021-11-29 12:28:59 +01:00
parent b16b1cfb84
commit d0460ff89e
2 changed files with 6 additions and 5 deletions

View File

@@ -51,7 +51,6 @@ body{
.btn-right {
float: right;
}
.btn-left {
@@ -112,13 +111,13 @@ body{
/* Logo im Menü */
#logo {
float: none;
position: absolute;
top: 50%;
top: 45%;
left: 50%;
transform: translate(-50%, -50%);
height: 100%;
width: fit-content;
height: 105%;
}
/* Hauptseite */

View File

@@ -15,11 +15,13 @@
<a class="neon-button " href="./index.html">Startseite</a>
<a class="neon-button " href="#seite2">2. Seite</a>
</div>
<a href="./index.html"><img id="logo" src="./assets/bilder/Logo.png"></a>
<div class="btn-right">
<a class="neon-button" href="./assets/seiten/services.html">Service<br>Retouren<br>Reparaturen</a>
<a class="neon-button" href="./assets/seiten/login.html">Anmelden</a>
</div>
<a href="./index.html"><img id="logo" src="./assets/bilder/Logo.png"></a>
</div>
<div class="seite">