new example page; funny categorie; wrong link von command-guide; a lot of new pictures
This commit is contained in:
23
style.css
23
style.css
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user