Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
  <meta charset="utf-8">
  <meta name="viewport" content="width=device-width">
  <title>JS Bin</title>
  <style>
    .bg{
    background:#F9D594;
      height:400px;
      width:100%;
    }
    .content
    {
      position:relative;
      background:white;
      height:100px;
      top:50px;
      opacity:0.7;
    }
    .controls
    {
      width:200px;
      margin:0px auto;
      padding-top:20px
    }
  </style>
</head>
<body >
<div class="bg">
  
  <div class="content">
    <table class="controls">
      <tr><td>User</td><td><input type=text></td></tr>
      <tr><td>Password</td><td><input type=password></td></tr>
    </table>
   
  </div>
  </div>
  </div>
</body>
</html>
Output 300px

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

Dismiss x
public
Bin info
anonymouspro
0viewers