mirror of
https://github.com/kevinveenbirkenbach/roulette-wheel.git
synced 2025-09-09 11:47:12 +02:00
readme & set width/height of canvas & code format
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>Roulette wheel</title>
|
||||
<script type="module" src="scripts/bundle.js"></script>
|
||||
<script type="module" src="dist/scripts/bundle.js"></script>
|
||||
<link rel="stylesheet" href="app.css" />
|
||||
</head>
|
||||
<body>
|
||||
@@ -26,7 +26,7 @@
|
||||
</div>
|
||||
<div class="roulette-wheel">
|
||||
<div class="winner"></div>
|
||||
<canvas></canvas>
|
||||
<canvas width="800px" height="750px"></canvas>
|
||||
</div>
|
||||
<footer>
|
||||
<div hidden="true" class="icons-authors">
|
||||
|
Reference in New Issue
Block a user