mirror of
https://github.com/danbee/invaders
synced 2025-03-04 08:39:08 +00:00
Tweak footer.
This commit is contained in:
parent
36b47056cc
commit
4c769f00ad
@ -21,7 +21,7 @@
|
||||
<div id="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>
|
||||
</body>
|
||||
|
||||
@ -41,10 +41,11 @@ footer {
|
||||
position: absolute;
|
||||
bottom: 16px;
|
||||
right: 16px;
|
||||
color: #444444;
|
||||
}
|
||||
|
||||
a {
|
||||
color: white;
|
||||
color: #444444;
|
||||
}
|
||||
|
||||
#game {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user