From e1156323463635e91b974fefbaa71e2c78f52aaa Mon Sep 17 00:00:00 2001 From: Titouan Rigoudy Date: Thu, 28 Aug 2014 01:37:15 -0400 Subject: [PATCH] Prettification --- style.css | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/style.css b/style.css index d92095c..d2d0382 100644 --- a/style.css +++ b/style.css @@ -1,5 +1,20 @@ +html { + background-color: #C2E0D1; + min-height: 100%; +} + body { font-family: sans-serif; + max-width: 800px; + min-height: 100%; + margin: 0px auto; + padding: 50px 100px 100px 100px; + background-color: #EBF5F0; + box-shadow: 0px 0px 30px 5px rgba(0, 0, 0, 0.1); +} + +h1, a { + color: #339966; } .displaynone, #fbbutton {