From e068995839d268d00accf7cb15ef34fa9d43d4f9 Mon Sep 17 00:00:00 2001 From: alopexc0de Date: Tue, 22 Jul 2014 22:05:35 -0400 Subject: [PATCH] Align the page head to top of navbar --- Website/Include/CSS/style.css | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/Website/Include/CSS/style.css b/Website/Include/CSS/style.css index ee39697..91ff387 100644 --- a/Website/Include/CSS/style.css +++ b/Website/Include/CSS/style.css @@ -55,7 +55,7 @@ hr { font-family: "Montserrat Bold Italc"; font-size: 52px; font-weight: 700; - margin-left: 21%; + text-align: center; color: #ccc; } @@ -82,12 +82,18 @@ hr { } .submitbtn{ - width:30px; height: 47px; background: #333; border: none; } +.submitbtn:hover { + background: #333; + color: #9ab4d5; + height: 47px; + border: none; +} + #footer{ font-size: 14px; }