This commit is contained in:
2021-11-22 11:56:32 +01:00
parent 9c71309223
commit 2f88c10312
2 changed files with 17 additions and 2 deletions

View File

@@ -133,6 +133,21 @@ a .menu .spaceholder {
padding: 30px 0;
}
.signIn {
position: fixed;
top: 20px;
right: 20px;
appearance: none;
-webkit-appearance : none;
-moz-appearance : none;
-o-appearance : none;
width: 70px;
height: 35px;
background-image: url(./bilder/SignIn_Button.jpg);
border-radius: 22px;
cursor: pointer;
outline: none;
}
#dark_mode {
position: fixed;

View File

@@ -12,9 +12,9 @@
<a class="neon-button" href="#start">Startseite</a>
<a class="neon-button" href="#seite2">2. Seite</a>
<a class="neon-button" href="#seite3">3. Seite</a>
<p>Darkmode </p>
<button class="SignIn">Anmelden</button>
</div>
<input type="checkbox" id="dark_mode">
<div class="seite">
<!-- Hauptseite -->