Skip to content

Commit

Permalink
Update canvas-thermometer.html
Browse files Browse the repository at this point in the history
  • Loading branch information
akshaykumar2505 committed Apr 10, 2018
1 parent 434bed8 commit d3d1f24
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions thermometer/canvas-thermometer.html
Expand Up @@ -7,10 +7,10 @@
</head>
<body onload='draw();'>
<div>
<canvas id="thermometer" width="200" height="900"></canvas>
<div style="position: absolute; top: 200px; left: 250px;">
<canvas id="thermometer" width="800" height="800"></canvas>
<div style="position: absolute; top: 250px; left: 250px;">
<form id="drawTemp">
<input type="text" id="temp" name="temp" value="-30" maxlength="3"/>
<input type="text" alt="Type Here" id="temp" name="temp" value="-30" maxlength="3"/>
<br>
<input id="defaultSlider" type="range" min="-30" max="50" onchange="setTempAndDraw();" />
<br>
Expand All @@ -19,4 +19,4 @@
</div>
</div>
</body>
</html>
</html>

0 comments on commit d3d1f24

Please sign in to comment.