Fixed styles

This commit is contained in:
Noah Moroze 2014-05-17 11:22:26 -04:00
parent 665a75c3f7
commit 28cdadb6b8

View file

@ -2,10 +2,16 @@
<html>
<head>
<title>Wasted Time</title>
<style>
#canvas {
width: 1200px;
height: 700px;
}
</style>
</head>
<body>
<center>
<canvas id="canvas" style = 'width:1200px;height:700px;background-color:yellow;'></canvas>
<canvas id="canvas"></canvas>
</center>
<script src="entities.js"></script>