/Proportionen
master
BuildTools 3 years ago
parent f71120deba
commit 2800d28a55

Binary file not shown.

After

Width:  |  Height:  |  Size: 172 KiB

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