This commit is contained in:
2021-11-22 11:12:02 +01:00
parent d8cca5126f
commit 8b84f36908
2 changed files with 4 additions and 3 deletions

View File

@@ -18,6 +18,7 @@ body{
position: fixed;
top: 0;
width: 100%;
background-image: url(./bilder/bg2);
}
.menu a {

View File

@@ -9,9 +9,9 @@
<body>
<!-- Menü -->
<div class="menu">
<a href="#start">Startseite</a>
<a href="#seite2">2. Seite</a>
<a href="#seite3">3. Seite</a>
<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>
</div>
<input type="checkbox" id="dark_mode">