1
0
mirror of https://github.com/danbee/invaders synced 2025-03-04 08:39:08 +00:00

Tweak footer.

This commit is contained in:
Dan Barber 2014-05-10 16:58:27 +01:00
parent 36b47056cc
commit 4c769f00ad
2 changed files with 3 additions and 2 deletions

View File

@ -21,7 +21,7 @@
<div id="game"> <div id="game">
</div><!-- #game --> </div><!-- #game -->
<footer>By <a href="http://danbarber.me">Dan Barber</a></footer> <footer>Made by <a href="http://danbarber.me">Dan Barber</a> with <a href="http://phaser.io">Phaser</a></footer>
<script src="javascripts/game.js" type="text/javascript"></script> <script src="javascripts/game.js" type="text/javascript"></script>
</body> </body>

View File

@ -41,10 +41,11 @@ footer {
position: absolute; position: absolute;
bottom: 16px; bottom: 16px;
right: 16px; right: 16px;
color: #444444;
} }
a { a {
color: white; color: #444444;
} }
#game { #game {