Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
  <head>
    <meta charset=utf-8 />
    <title>JSBin 5th bday!</title>
    <style>
      body {
        text-align: center;
        padding: 0;
        margin: 0;
      }
      canvas {
        position: absolute;
        top: 100px;
        left: 0;
        top: 0;
        border: 1px solid;
      }
      .hide {
        display: none;
      }
    </style>
  </head>
  
  <body>
    <canvas id="c" width="450" height="450"></canvas>
    <canvas id="c2" class="hide" width="300" height="600"></canvas>
    <canvas id="c3" class="hide" width="300" height="600"></canvas>
    
  </body>
</html>
Output 300px

You can jump to the latest bin by adding /latest to your URL

Dismiss x
public
Bin info
chinchangpro
0viewers