Update index.html

This commit is contained in:
Sobloxsy 2021-12-08 18:48:42 -06:00 committed by GitHub
parent 1b9cce90f1
commit f7a4483f79
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,15 +13,13 @@
<style>
body {
background: url(html5game/splash.png);
background-position-x: center;
background-repeat: no-repeat;
background: url(html5game/splash.png);
background-position: center;
background-color: black;
background-size: cover;
color:#cccccc;
margin: 0px;
padding: 0px;
border: 0px;
color: #cccccc;
margin: 0px;
padding: 0px;
border: 0px;
}
canvas {
image-rendering: optimizeSpeed;