From c2eda3105171ae685c7053fbb60264ea51da0572 Mon Sep 17 00:00:00 2001 From: Bertrand Date: Tue, 22 May 2012 11:48:17 +0200 Subject: [PATCH] style --- index.html | 4 +--- style.css | 22 +++++++++++++++++++--- 2 files changed, 20 insertions(+), 6 deletions(-) diff --git a/index.html b/index.html index 7740c64..04d5748 100644 --- a/index.html +++ b/index.html @@ -63,7 +63,7 @@
diff --git a/style.css b/style.css index d0faa35..c303787 100644 --- a/style.css +++ b/style.css @@ -1,7 +1,7 @@ body { text-align: center; - width: 80%; + width: 60%; margin: auto; } @@ -19,6 +19,14 @@ form border: solid; border-radius: 5px; margin-bottom: 20px; + text-align: left; + padding: 10px; +} + +#list +{ + padding-top: 100px; + padding-bottom: 100px; } #q @@ -30,8 +38,16 @@ aside { float: right; width: 30%; - border-left: solid; - padding: 10px; + box-shadow: 0px 5px 10px black; + padding-left: 10px; + padding-right: 10px; +} + +#arrow +{ + position: absolute; + margin-left: -40px; + margin-top: 100px; } footer