From ca0c11b6e9f86efa9ca88833c49cd6413f438e09 Mon Sep 17 00:00:00 2001 From: Joris Guyonvarch Date: Sun, 15 Feb 2015 14:33:12 +0100 Subject: Updating style --- style.css | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) (limited to 'style.css') diff --git a/style.css b/style.css index 71e779b..2a3dea9 100644 --- a/style.css +++ b/style.css @@ -14,23 +14,26 @@ body { } #content { - margin-top: 90px; + margin-top: 65px; background-color: white; border-radius: 5px; padding: 30px 50px 30px 50px; } h1 { - font-size: 30px; + font-size: 36px; margin-bottom: 30px; margin-left: 10px; + font-weight: bold; + color: #F52F8A; } h2 { font-size: 26px; margin-bottom: 30px; margin-left: 10px; - text-decoration: underline; + color: #F52F8A; + font-weight: bold; } p { @@ -52,11 +55,15 @@ ul { } li { - list-style-type: square; margin-left: 30px; margin-bottom: 5px; } +li:before { + content: "• "; + color: #F52F8A; +} + a { text-decoration: none; color: darkblue; -- cgit v1.2.3