Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
  <meta charset="utf-8">
  <title>JS Bin</title>
</head>
<body>
  outside modal:<br/><br/>
  <div style="width:369px;">
    <div>
      <span>
        <input type="checkbox" style="margin-left:0;vertical-align:-1px;"/><label>Remember me</label>
      </span>
      <a href="password_retrieve.php" style="margin-left:150px;">Forgot password?</a>
    </div>
    <div>
      <span style="float:left;">
        <input type="checkbox" style="margin-left:0;vertical-align:-1px;"/><label>Remember me</label>
      </span>
      <a href="password_retrieve.php" style="float:right;">Forgot password?</a>
      <div style="clear:both;"></div>
    </div>
  </div>
  <br/><hr/>
  Perfect overlap:<br/><br/>
  <div style="width:369px;">
    <div>
      <span>
        <input type="checkbox" style="margin-left:0;vertical-align:-1px;"/><label>Remember me</label>
      </span>
      <a href="password_retrieve.php" style="margin-left:150px;">Forgot password?</a>
    </div>
    <div style="margin-top:-20px;">
      <span style="float:left;">
        <input type="checkbox" style="margin-left:0;vertical-align:-1px;"/><label>Remember me</label>
      </span>
      <a href="password_retrieve.php" style="float:right;">Forgot password?</a>
      <div style="clear:both;"></div>
    </div>
  </div>
</body>
</html>
Output

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

Dismiss x
public
Bin info
anonymouspro
0viewers