set background to red
This commit is contained in:
parent
fb7811038c
commit
988ace1d33
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@
|
|||
<script src='platformer.js'></script>
|
||||
|
||||
<style>
|
||||
body { padding:0px; margin:0px; }
|
||||
body { padding:0px; margin:0px; background-color: red; }
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
|
|
Reference in a new issue