Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!doctype html>
<html>
  <head>
    <meta charset=utf-8 />
    <title>Arrow</title>
    <!--[if IE]>
      <script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
    <![endif]-->
    <style>
      article, aside, figure, footer, header, hgroup, 
      menu, nav, section { display: block; }
      #arrow {
        position: absolute;
        left: 50%;
        top: 50%;
        margin: -128px;
      }
    </style>
  </head>
  <body>
    <canvas id="arrow" width="256" height="256"></canvas>
  </body>
</html>
Output

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

Dismiss x
public
Bin info
anonymouspro
0viewers