This commit is contained in:
2021-11-29 12:02:22 +01:00
parent 4f30ad709f
commit 575a5529d6
3 changed files with 4 additions and 3 deletions

View File

@@ -1,2 +1,2 @@
# KBM-HTML
- HTML seite für SAW
- HTML Seite für SAW

View File

@@ -39,7 +39,7 @@ body{
display: block;
color: #f2f2f2;
text-align: center;
padding: 25px 16px;
padding: 25px ;
text-decoration: none;
transition: ease 0.3s;
}
@@ -52,6 +52,7 @@ body{
.btn-right {
float: right;
}
.btn-left {

View File

@@ -15,7 +15,7 @@
<a class="neon-button " href="./index.html">Startseite</a>
<a class="neon-button " href="#seite2">2. Seite</a>
</div>
<div class="menu">
<div class="btn-right">
<a class="neon-button btn-right " href="./assets/seiten/login.html">Anmelden</a>
<a class="neon-button btn-right" href="./assets/seiten/services.html">Service<br>Retouren<br>Reparaturen</a>
</div>