Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
<script class="jsbin" src="http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script>
<meta charset=utf-8 />
<title>Test Page</title>
<style>
  body {
    font-family: sans-serif;
  }
  #sometext {
    position: absolute;
    left: 0px;
    top: 50px;
  }
</style>
</head>
<body>
  <div id="sometext">Text here</div>
  <button data-duration="250">250ms</button>
  <button data-duration="500">500ms</button>
  <button data-duration="750">750ms</button>
</body>
</html>
Output 300px

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

Dismiss x
public
Bin info
anonymouspro
0viewers