Skip to content

Instantly share code, notes, and snippets.

@gnuwilliam
Created August 12, 2013 23:03
Show Gist options
  • Save gnuwilliam/6216172 to your computer and use it in GitHub Desktop.
Save gnuwilliam/6216172 to your computer and use it in GitHub Desktop.
gist for sudotrap
<form>
<fieldset>
<legend>Legend</legend>
<div class="form-group radius">
<label for="exampleInputEmail">Email</label>
<input type="text" class="form-control" id="exampleInputEmail" placeholder="Enter email">
</div>
<div class="form-group radius">
<label for="exampleInputPassword">Password</label>
<input type="password" class="form-control" id="exampleInputPassword" placeholder="Password">
</div>
<div class="form-group radius">
<label for="exampleInputFile">File input</label>
<input type="file" id="exampleInputFile">
<p class="help-block">Example block-level help text here.</p>
</div>
<div class="checkbox">
<label>
<input type="checkbox"> Check me out
</label>
</div>
<button type="submit" class="btn btn-10 radius">Submit</button>
</fieldset>
</form>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment