Fixed styles
This commit is contained in:
parent
665a75c3f7
commit
28cdadb6b8
1 changed files with 7 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue