From c9dab55c5b1dab9d0312ba61c71e1e23b3abf82f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Oliver=20R=C3=BCmpelein?= Date: Fri, 26 Sep 2014 12:00:15 +0200 Subject: [PATCH] Tried to improve style --- assets/style.css | 19 +++++++++++++++++-- index.html | 3 ++- 2 files changed, 19 insertions(+), 3 deletions(-) diff --git a/assets/style.css b/assets/style.css index 4f7ab65..889d08f 100644 --- a/assets/style.css +++ b/assets/style.css @@ -7,11 +7,13 @@ body { } body>div { + postion:relative; background: rgba(163,128,95,0.9); - align: center; - text-align: center; +/* align: center; + text-align: center;*/ border-radius: 20px; padding: 5px; + width: } h1 { @@ -23,4 +25,17 @@ h1 { width:auto; margin: 20px auto; border: #692200 4px solid ; +} + +#output { + position:relative; + left: 20px; + width: 350px; +} + +#ui { + position: relative; + right: 200px; + width: 350px; + bottom: 20px; } \ No newline at end of file diff --git a/index.html b/index.html index e06d00e..e4e6588 100644 --- a/index.html +++ b/index.html @@ -10,9 +10,10 @@

JSDSH - Javascript Dungeonslayers Helper

-
+
+