a
This commit is contained in:
@@ -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 */
|
||||
|
||||
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user