diff --git a/muster.jpg b/muster.jpg new file mode 100644 index 0000000..f3a6228 Binary files /dev/null and b/muster.jpg differ diff --git a/style.css b/style.css index da0db4c..d7a27e4 100644 --- a/style.css +++ b/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; } \ No newline at end of file