From 15a8d83250522108fac5d97be6f196b21e2827dd Mon Sep 17 00:00:00 2001 From: Jaidyn Lev Date: Tue, 9 Oct 2018 20:06:13 -0500 Subject: [PATCH] Lighten CSS and style --- public_html/res/css/style.css | 9 ++++++--- resources/templates/header.php | 5 ++++- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/public_html/res/css/style.css b/public_html/res/css/style.css index 3fdd668..f345a5a 100644 --- a/public_html/res/css/style.css +++ b/public_html/res/css/style.css @@ -2,9 +2,11 @@ body { background-color: #FAE3E3; - font-family: 'ConnectionRegular'; + margin: 0 0 0 0; + +// font-family: 'ConnectionRegular'; font-weight: normal; - font-style: normal; + font-style: sans; text-align: center; } @@ -48,11 +50,13 @@ main background-color: #C98BB9; width: 100%; + margin: 0; padding-bottom: 5px; } .menu h1, .menu h2, .menu h3 { + margin: 0; background-color: #CFA5B4; } @@ -69,7 +73,6 @@ main float: left; } - .top-menu li { font-size: 20px; diff --git a/resources/templates/header.php b/resources/templates/header.php index 0d50f5e..1b637bb 100644 --- a/resources/templates/header.php +++ b/resources/templates/header.php @@ -5,10 +5,13 @@ + + - +