Archived
1
0
Fork 0

score counter

This commit is contained in:
neingeist 2012-08-19 17:52:14 +02:00
parent af23e757c3
commit 4cd344cec5
2 changed files with 18 additions and 1 deletions

View file

@ -16,6 +16,11 @@
position: absolute;
top: 10%;
}
#herzles {
position:absolute;
top: 10%;
left: 10%;
}
#pewpew {
position:absolute;
top: 10%;
@ -31,6 +36,7 @@
<div id="enemy">3</div>
<div id="player">&lt;</div>
<div id="pewpew"></div>
<div id="herzles"></div>
</body>
</html>