From ed1c7969bdaa0adac6f780894ced142fdfc470ba Mon Sep 17 00:00:00 2001 From: Joris Guyonvarch Date: Mon, 16 Feb 2015 21:52:27 +0100 Subject: Fixing style --- style.css | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'style.css') diff --git a/style.css b/style.css index 9e774e6..6f1701c 100644 --- a/style.css +++ b/style.css @@ -20,7 +20,7 @@ body { .header > a:hover { color: #222222; -} +} #content { margin-top: 120px; @@ -82,6 +82,14 @@ a:hover { color: #4C4C80; } +em { + font-style: italic; +} + +strong { + font-weight: bold; +} + .contact { background-color: #EEEEEE; border-radius: 5px; -- cgit v1.2.3