From 39a1fe96e653f86a82310f627ca7bc2eff381ad6 Mon Sep 17 00:00:00 2001 From: Andreas Zweili Date: Mon, 9 Jan 2017 21:59:39 +0100 Subject: [PATCH] add body and paragraphe style --- css/stylesheet.css | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/css/stylesheet.css b/css/stylesheet.css index 94ec175..38c17ed 100644 --- a/css/stylesheet.css +++ b/css/stylesheet.css @@ -1,9 +1,22 @@ +body { + font-family:sans-serif; + width:50%; + margin-left:auto; + margin-right:auto; +} + +p { + font-size:medium; + font-family:sans-serif; + font-weight:normal; +} + /* navigation */ ul { list-style-type:none; overflow: hidden; background-color:none; - image-orientation: left; + image-orientation: left; } li {