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>
  <link rel="stylesheet" href="http://yui.yahooapis.com/pure/0.6.0/pure-min.css">
</head>
<body>  
  <div class="pure-g">
    <div class="pure-u-1-2">
      <form class="pure-form pure-form-stacked">
        <fieldset>
          <legend>A Stacked Form</legend>
          <label>Email</label>
          <input name="email" type="email">
          <label>Password</label>
          <input name="password" type="password">
          <label>State</label>
          <select name="state">
            <option>AL</option>
            <option>CA</option>
            <option>IL</option>
          </select>
          
          <button class="pure-button pure-button-primary">Sign in</button>
        </fieldset>
      </form>
    </div>
    <div class="pure-u-1-2">
      <pre class="code">
        
      </pre>
    </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