|
|
|
@ -7,7 +7,10 @@ ul {
|
|
|
|
|
height: auto;
|
|
|
|
|
min-width: 600px;
|
|
|
|
|
position: absolute;
|
|
|
|
|
top: 5%;
|
|
|
|
|
top: 7%;
|
|
|
|
|
font-size: 20px;
|
|
|
|
|
text-shadow: 2px 2px 5px #c41d1d;
|
|
|
|
|
font-family: Bradley Hand, cursive;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
li {
|
|
|
|
@ -39,7 +42,9 @@ li a:hover:not(.active) {
|
|
|
|
|
transform: translate(-50%, -50%);
|
|
|
|
|
left: 50%;
|
|
|
|
|
top: 50%;
|
|
|
|
|
background-color: #ffffff;
|
|
|
|
|
font-family: Brush Script MT;
|
|
|
|
|
font-weight: 600;
|
|
|
|
|
background-image: url("hintergrund.jpg");
|
|
|
|
|
}
|
|
|
|
|
.game{
|
|
|
|
|
border: solid black 0.1rem;
|
|
|
|
@ -57,4 +62,6 @@ body{
|
|
|
|
|
display: flex;
|
|
|
|
|
flex-direction: row;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
background-image: url("hintergrund.jpg");
|
|
|
|
|
background-size: 800px;
|
|
|
|
|
}
|