Add files via upload

This commit is contained in:
Fabian Märker
2021-11-24 10:49:45 +01:00
committed by GitHub
parent 066b994a9c
commit 6d11c732d1
3 changed files with 12 additions and 6 deletions

BIN
assets/bilder/Logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.9 KiB

View File

@@ -29,15 +29,15 @@ body{
position: fixed;
top: 0;
width: 100%;
height: 5rem;
height: 7rem;
background: transparent;
place-items: center;
padding-right: 10rem;
}
.menu a {
.menu a{
float: left;
height: 70%;
display: block;
color: #f2f2f2;
text-align: center;
@@ -46,6 +46,12 @@ body{
transition: ease 0.3s;
}
.logo {
position: center;
margin-left: 30%;
}
.neon-button {
font-size: 1rem;
display: inline-block;
@@ -124,7 +130,7 @@ a .menu .spaceholder {
padding: 80px 20px;
transition: .4s ease;
background-image: url(./bilder/background.png);
background-size: 100%;
background-size: 100%;
}
.seite section {
@@ -277,6 +283,7 @@ a .menu .spaceholder {
}
.signIn {
margin: auto;
font-size: 1rem;
display: inline-block;
cursor: pointer;
@@ -290,6 +297,4 @@ a .menu .spaceholder {
border-radius: 0.25em;
text-shadow: 0 0 0.125em hsl(0 0% 100% / 0.3), 0 0 0.45em currentColor;
box-shadow: inset 0 0 0.5em 0 var(--clr-neon), 0 0 0.5em 0 var(--clr-neon);
}

View File

@@ -13,6 +13,7 @@
<a class="neon-button" href="#seite2">2. Seite</a>
<a class="neon-button" href="#seite3">3. Seite</a>
<a class="SignIn">Anmelden</a>
<a><img src="./assets/bilder/Logo.png" class="logo"></a>
</div>