added semibold back + added restart btn

This commit is contained in:
lengstrom 2015-05-27 23:09:13 -04:00
parent 033f57cc4c
commit 210250645f
2 changed files with 15 additions and 0 deletions

Binary file not shown.

View file

@ -58,6 +58,18 @@
font-weight: light;
line-height: 18px;
}
#restart {
bottom:0;
position: absolute;
margin-bottom: 10px;
}
#bottomContainer {
position: absolute;;
width:100%;
bottom: 0;
}
</style>
</head>
<body>
@ -70,5 +82,8 @@
<div class = 'score'><span class = 'scoreNum'>3.</span> 1130</div>
<div class = 'score'><span class = 'scoreNum'>4.</span> 960</div>
</div>
<div id = 'bottomContainer'>
<img id = 'restart' src = './images/btn_restart.svg' width = '60px'>
</div>
</body>
</html>