Skip to content

Commit

Permalink
work on header
Browse files Browse the repository at this point in the history
  • Loading branch information
StillLearnin committed Jan 31, 2016
1 parent 3185d28 commit 052da3b
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
10 changes: 10 additions & 0 deletions index.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down
6 changes: 5 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,11 @@
<body>
<script src="chessground.js"></script>
<script src="chess.min.js"></script>
<header>header</header>
<header>
<img src="assets/images/pieces/merida/wR.svg"></img>
<div>Turn-By-Turn Chessboard</div>
<img src="assets/images/pieces/merida/wR.svg"></img>
</header>
<div id='main'>
<div class="board-container">
<div class="chessground normal wood staunton coordinates"
Expand Down

0 comments on commit 052da3b

Please sign in to comment.