Skip to content

Commit

Permalink
Set game as full page
Browse files Browse the repository at this point in the history
  • Loading branch information
METADIL MÓVEIS - Caio Lesnock committed Apr 24, 2020
1 parent ee73a29 commit ebce933
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,19 @@
<title>Game</title>
<script src="./core/js/app.js" type="module"></script>

<!-- <style>
<style>
body {
background-image: url('./core/gfx/background.jpg');
margin: 0;
background-color: #000;
}
</style> -->

#display {
display: block;
margin: auto;
height: 100vh;
}
</style>
</head>
<body>
</body>
</html>
</html>

0 comments on commit ebce933

Please sign in to comment.