Skip to content
Snippets Groups Projects
Commit 8ae5a13c authored by SuperChrisBoy's avatar SuperChrisBoy
Browse files

Little changes to score board

parent 229aeb9f
Branches
No related tags found
No related merge requests found
#game-display {
display: inline-flex;
padding-left: 25%;
}
#player-info-container {
width: 25%;
height: 100px;
float: left;
margin-top: 30%;
text-align: center;
}
/* #score-header {
} */
#player-info-container > p {
font-size: 5;
}
.board-container {
margin-left: 50%;
height: 100px;
right: 100%;
}
.board {
......
......@@ -8,10 +8,12 @@
<body>
<h1>2doku</h1>
<div id="game-display">
<div id="player-info-container">
<h2 id="score-header">Player Scores</h2>
</div>
<div id="board-container"></div>
</div>
<script src="/socket.io/socket.io.js"></script>
<script src="/game_render.js"></script>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment