+Muster
/Proportionen
This commit is contained in:
parent
f71120deba
commit
2800d28a55
BIN
muster.jpg
Normal file
BIN
muster.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 172 KiB |
15
style.css
15
style.css
@ -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…
Reference in New Issue
Block a user