From 3ebc7dfe2c9ec78b92c907a6da77d7fc3fd63b88 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Oliver=20R=C3=BCmpelein?= Date: Thu, 25 Sep 2014 18:10:28 +0200 Subject: [PATCH] Further progress in style --- assets/style.css | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) 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