diff --git a/assets/style.css b/assets/style.css index 28eea60..4f7ab65 100644 --- a/assets/style.css +++ b/assets/style.css @@ -3,15 +3,24 @@ body { margin: auto; background: url('/assets/freielande.jpg') no-repeat 0 0, rgb(198,186,160); background-size: 100% auto; - + padding: 10px 0; } body>div { - background: rgba(163,128,95,0.8); + background: rgba(163,128,95,0.9); align: center; text-align: center; + border-radius: 20px; + padding: 5px; } h1 { align: center; + margin-top: 10px; +} + +#game { + width:auto; + margin: 20px auto; + border: #692200 4px solid ; } \ No newline at end of file