From 5f20be98648693f889eedc612a15577371bf6054 Mon Sep 17 00:00:00 2001 From: Joris Guyonvarch Date: Sun, 15 Feb 2015 13:39:09 +0100 Subject: Updating style --- style.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'style.css') diff --git a/style.css b/style.css index d09d767..71e779b 100644 --- a/style.css +++ b/style.css @@ -8,13 +8,16 @@ body { .header { padding: 30px; text-align: center; - font-size: 36px; + font-size: 40px; color: #222222; text-shadow: 2px 2px #ADADAD; } #content { margin-top: 90px; + background-color: white; + border-radius: 5px; + padding: 30px 50px 30px 50px; } h1 { @@ -34,6 +37,7 @@ p { margin-bottom: 30px; text-indent: 30px; line-height: 24px; + text-align: justify; } img { -- cgit v1.2.3