1
0

new example page; funny categorie; wrong link von command-guide; a lot of new pictures

This commit is contained in:
2024-01-03 21:30:53 +01:00
parent 4e106dc92e
commit afc5e03684
47 changed files with 539 additions and 4 deletions

View File

@@ -12,24 +12,38 @@ body {
margin: 0;
font-family: "Orbitron";
background-color: white;
z-index: 0;
}
.Leiste {
top: 0px;
left: 0px;
width: 100%;
height: 7vw;
position: fixed;
background-color: rgb(77, 0, 0);
z-index: 0;
}
.header-container {
top: 3vw;
position: relative;
width: 100%;
}
.header-image {
top: 100px;
width: 100%;
height: 100%;
object-fit: cover;
z-index: 1;
}
.container {
position: absolute;
position: fixed;
right: 32px;
left: 10px;
top: 16px;
top: 0px;
font-family: Orbitron;
font-size: 24px;
display: flex;
@@ -42,9 +56,11 @@ body {
text-decoration: none;
margin-left: 0px;
font-size: 6vw;
}
.menu-link {
font-size: 1.5vw;
color: white;
text-decoration: none;
margin-left: 16px;
@@ -64,6 +80,9 @@ body {
.mobile-menu-icon {
display: none; /* Standardmäßig ausblenden */
cursor: pointer;
position: fixed;
top: 0.5vw;
right: 20px;
}
.hamburger-icon {