Skip to content

Instantly share code, notes, and snippets.

@javaeeeee
Created November 1, 2014 15:08
Show Gist options
  • Save javaeeeee/a5a5285c0672071df8fd to your computer and use it in GitHub Desktop.
Save javaeeeee/a5a5285c0672071df8fd to your computer and use it in GitHub Desktop.
Bootstrap 3 Basic Form Template
<div class="container">
<form class="form-horizontal" role="form">
<div class="form-group">
<!-- Place here whatever form control you need -->
</div> <!-- /.form-group -->
<!-- Place as much form groups as you need -->
<div class="form-group">
<!-- Place here whatever form control you need -->
</div> <!-- /.form-group -->
</form> <!-- /form -->
</div> <!-- /.container-->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment