diff --git a/code/game.css b/code/game.css index 97fffcf..1335b0d 100644 --- a/code/game.css +++ b/code/game.css @@ -117,4 +117,19 @@ -webkit-box-shadow:inset 0px 0px 0px 5px lime; -moz-box-shadow:inset 0px 0px 0px 5px lime; box-shadow:inset 0px 0px 0px 5px lime; + } + + .player { + position: absolute; + left: 5px; + } + + .logo { + text-align: center; + } + + .texteG { + font-size: xx-large; + font-weight: bold; + font-family: 'Segoe print'; } \ No newline at end of file diff --git a/code/game.html b/code/game.html index 63ce4b7..fef2a57 100644 --- a/code/game.html +++ b/code/game.html @@ -7,7 +7,11 @@ - + +