added semibold back + added restart btn
This commit is contained in:
parent
033f57cc4c
commit
210250645f
2 changed files with 15 additions and 0 deletions
BIN
style/fonts/Exo2-SemiBold.otf
Normal file
BIN
style/fonts/Exo2-SemiBold.otf
Normal file
Binary file not shown.
|
@ -58,6 +58,18 @@
|
||||||
font-weight: light;
|
font-weight: light;
|
||||||
line-height: 18px;
|
line-height: 18px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#restart {
|
||||||
|
bottom:0;
|
||||||
|
position: absolute;
|
||||||
|
margin-bottom: 10px;
|
||||||
|
}
|
||||||
|
|
||||||
|
#bottomContainer {
|
||||||
|
position: absolute;;
|
||||||
|
width:100%;
|
||||||
|
bottom: 0;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
@ -70,5 +82,8 @@
|
||||||
<div class = 'score'><span class = 'scoreNum'>3.</span> 1130</div>
|
<div class = 'score'><span class = 'scoreNum'>3.</span> 1130</div>
|
||||||
<div class = 'score'><span class = 'scoreNum'>4.</span> 960</div>
|
<div class = 'score'><span class = 'scoreNum'>4.</span> 960</div>
|
||||||
</div>
|
</div>
|
||||||
|
<div id = 'bottomContainer'>
|
||||||
|
<img id = 'restart' src = './images/btn_restart.svg' width = '60px'>
|
||||||
|
</div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
Loading…
Reference in a new issue