Created
August 12, 2013 23:03
-
-
Save gnuwilliam/6216172 to your computer and use it in GitHub Desktop.
gist for sudotrap
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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