|
|
@ -7,8 +7,8 @@ ul {
|
|
|
|
height: auto;
|
|
|
|
height: auto;
|
|
|
|
min-width: 600px;
|
|
|
|
min-width: 600px;
|
|
|
|
position: absolute;
|
|
|
|
position: absolute;
|
|
|
|
top: 7%;
|
|
|
|
top: 10%;
|
|
|
|
font-size: 20px;
|
|
|
|
font-size: 25px;
|
|
|
|
text-shadow: 2px 2px 5px #c41d1d;
|
|
|
|
text-shadow: 2px 2px 5px #c41d1d;
|
|
|
|
font-family: Bradley Hand, cursive;
|
|
|
|
font-family: Bradley Hand, cursive;
|
|
|
|
}
|
|
|
|
}
|
|
|
@ -44,16 +44,17 @@ li a:hover:not(.active) {
|
|
|
|
top: 50%;
|
|
|
|
top: 50%;
|
|
|
|
font-family: Brush Script MT;
|
|
|
|
font-family: Brush Script MT;
|
|
|
|
font-weight: 600;
|
|
|
|
font-weight: 600;
|
|
|
|
background-image: url("hintergrund.jpg");
|
|
|
|
background-image: url("muster.jpg");
|
|
|
|
|
|
|
|
background-size: 800px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.game{
|
|
|
|
.game{
|
|
|
|
border: solid black 0.1rem;
|
|
|
|
border: solid black 0.1rem;
|
|
|
|
border-collapse: collapse;
|
|
|
|
border-collapse: collapse;
|
|
|
|
font-size: 2rem;
|
|
|
|
font-size: 3rem;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.fields{
|
|
|
|
.fields{
|
|
|
|
width: 3rem;
|
|
|
|
width: 4rem;
|
|
|
|
height: 3rem;
|
|
|
|
height: 4rem;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
body{
|
|
|
|
body{
|
|
|
|
text-align: center;
|
|
|
|
text-align: center;
|
|
|
@ -63,5 +64,5 @@ body{
|
|
|
|
flex-direction: row;
|
|
|
|
flex-direction: row;
|
|
|
|
justify-content: center;
|
|
|
|
justify-content: center;
|
|
|
|
background-image: url("hintergrund.jpg");
|
|
|
|
background-image: url("hintergrund.jpg");
|
|
|
|
background-size: 800px;
|
|
|
|
background-size: 1000px;
|
|
|
|
}
|
|
|
|
}
|