diff --git a/style.css b/style.css index d7a27e4..a4f94ff 100644 --- a/style.css +++ b/style.css @@ -11,6 +11,7 @@ ul { font-size: 25px; text-shadow: 2px 2px 5px #c41d1d; font-family: Bradley Hand, cursive; + box-shadow: 30px 30px 35px black; } li { @@ -45,16 +46,25 @@ li a:hover:not(.active) { font-family: Brush Script MT; font-weight: 600; background-image: url("muster.jpg"); + background-size: 800px; + box-shadow: 30px 30px 35px black; } + + .game{ border: solid black 0.1rem; border-collapse: collapse; font-size: 3rem; + text-shadow: 2px 2px 5px #c41d1d; + opacity: 0.9; + + } .fields{ width: 4rem; height: 4rem; + } body{ text-align: center;