+Background
+Text style
This commit is contained in:
parent
544d923ca6
commit
816ae02b16
11
style.css
11
style.css
@ -7,7 +7,10 @@ ul {
|
|||||||
height: auto;
|
height: auto;
|
||||||
min-width: 600px;
|
min-width: 600px;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 5%;
|
top: 7%;
|
||||||
|
font-size: 20px;
|
||||||
|
text-shadow: 2px 2px 5px #c41d1d;
|
||||||
|
font-family: Bradley Hand, cursive;
|
||||||
}
|
}
|
||||||
|
|
||||||
li {
|
li {
|
||||||
@ -39,7 +42,9 @@ li a:hover:not(.active) {
|
|||||||
transform: translate(-50%, -50%);
|
transform: translate(-50%, -50%);
|
||||||
left: 50%;
|
left: 50%;
|
||||||
top: 50%;
|
top: 50%;
|
||||||
background-color: #ffffff;
|
font-family: Brush Script MT;
|
||||||
|
font-weight: 600;
|
||||||
|
background-image: url("hintergrund.jpg");
|
||||||
}
|
}
|
||||||
.game{
|
.game{
|
||||||
border: solid black 0.1rem;
|
border: solid black 0.1rem;
|
||||||
@ -57,4 +62,6 @@ body{
|
|||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
|
background-image: url("hintergrund.jpg");
|
||||||
|
background-size: 800px;
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user