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>
<!--[if IE]>
  <script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<style>
 
  .standard-form {
    width: 500px;
    border: 1px solid red;
  }
    
  
.standard-form .input-row {
  overflow: hidden;
  margin-bottom: 0.8em;
    position: relative;
}
.standard-form label {
  width: 25%;
  float: left;
}
.standard-form .input-container {
  width: 70%;
  float: right;
}
  .standard-form .checkbox .input-container {
    position: absolute;bottom:-2px;right:0;
}
.standard-form .checkbox .input-container input {
}
  
</style>
</head>
<body>
  <form class="standard-form">
<div class="input-row checkbox" id="permission">
                        <label for="input-permission">
               Do I hereby grant you permission to do whatever tasks are neccessary to achieve an ideal outcome?            </label>
            <div class="input-container">
                <input type="checkbox" id="input-permission" name="permission" value="true" />            </div>
             
        </div>
  </form>
</body>
</html>
Output

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

Dismiss x
public
Bin info
anonymouspro
0viewers