From d3c85fd32e14a95d513f0e73e3d2601989e7fdcd Mon Sep 17 00:00:00 2001 From: StillLearnin Date: Sat, 30 Jan 2016 20:15:45 -0500 Subject: [PATCH] More header styling. --- index.css | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/index.css b/index.css index 103270f..0c2e8ce 100644 --- a/index.css +++ b/index.css @@ -22,7 +22,7 @@ #main > .stats.panel { margin: 4px; padding: 5px; - border: 1px solid #8888bb; + border: 1px solid #9EA0AF; -webkit-flex: 1 6 20%; flex: 1 6 20%; -webkit-order: 1; @@ -32,7 +32,7 @@ #main > .tools.panel { margin: 4px; padding: 5px; - border: 1px solid #8888bb; + border: 1px solid #9EA0AF; -webkit-flex: 1 6 20%; flex: 1 6 20%; -webkit-order: 3; @@ -50,6 +50,11 @@ header { display: -webkit-flex; display: flex; justify-content: space-between; + align-items: center; + font-size: 50px; + font-family: cursive; + text-shadow: 4px 4px 6px #A6AFC7; + color: #F5CA7F; } header > img { @@ -72,7 +77,7 @@ button { border: 2px solid rgba(218, 218, 218, 0.26); /* border-radius: 7px; */ font-size: 20px; - color: #9CA3FF; + color: #9EA0AF; } button:hover {