Created
November 1, 2014 15:08
-
-
Save javaeeeee/a5a5285c0672071df8fd to your computer and use it in GitHub Desktop.
Bootstrap 3 Basic Form Template
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
<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