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
+ +