From d418e2d9ab1e2427e65c653299184bfe9228e1cf Mon Sep 17 00:00:00 2001 From: jacobhartmann Date: Sun, 17 Dec 2017 13:09:08 +0100 Subject: [PATCH] updated css --- css/style.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/css/style.css b/css/style.css index 901c94a..f82fb02 100644 --- a/css/style.css +++ b/css/style.css @@ -51,6 +51,8 @@ article { } h1 { + letter-spacing: 5px; + font-size: 40px; color: #97c5e0; text-align: center; padding-top: 30px; @@ -108,6 +110,7 @@ ul { .menuElement{ border: 20px; padding: 10px; + font-size: 20px; text-decoration: none; }