From e644204f61780bc122f083de0a84f933f96d7e15 Mon Sep 17 00:00:00 2001 From: Kazhnuz Date: Fri, 8 Jun 2018 01:13:26 +0200 Subject: [PATCH] fix title --- css/style.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/css/style.css b/css/style.css index 5f41fb5..5761427 100644 --- a/css/style.css +++ b/css/style.css @@ -34,8 +34,10 @@ header h1 { font-weight:700; font-size:5.4em; font-style:oblique; - text-shadow: 0px 2px 12px rgba(0, 0, 0, 0.4); + text-shadow: 0px 2px 12px rgba(0, 0, 0, 0); padding-bottom:0px; + margin:auto; + text-align:center; } .navbar {