From 052da3b2d3e8bf5a9332fffa6fed7af588941c69 Mon Sep 17 00:00:00 2001 From: StillLearnin Date: Sat, 30 Jan 2016 19:54:49 -0500 Subject: [PATCH] work on header --- index.css | 10 ++++++++++ index.html | 6 +++++- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/index.css b/index.css index 8a61fc3..103270f 100644 --- a/index.css +++ b/index.css @@ -46,6 +46,16 @@ header, footer { border: 1px solid #eebb55; } +header { + display: -webkit-flex; + display: flex; + justify-content: space-between; +} + +header > img { + height: 100px; +} + footer label { padding: 5px; } diff --git a/index.html b/index.html index 3a0924f..da6df8f 100644 --- a/index.html +++ b/index.html @@ -9,7 +9,11 @@ -
header
+
+ +
Turn-By-Turn Chessboard
+ +