Skip to content

Instantly share code, notes, and snippets.

@chintanparikh
Created September 22, 2013 07:02
Show Gist options
  • Save chintanparikh/6657440 to your computer and use it in GitHub Desktop.
Save chintanparikh/6657440 to your computer and use it in GitHub Desktop.
contact form
<div class="container">
<div class="row">
<div class="col-lg-4">
</div>
<div class="col-lg-4" align="center">
<form class="form-signin">
<h2 class="form-signin-heading">Enter your info</h2>
<br>
<input type="text" class="form-control" placeholder="Full name" autofocus>
<br>
<input type="text" class="form-control" placeholder="Email address">
<br>
<input type="text" class="form-control" placeholder="Your message">
<br>
<button class="btn btn-lg btn-primary btn-block" type="submit" >Contact us!</button>
</form>
</div>
<div class="col-lg-4">
</div>
</div>
</div> <!-- /container -->
<div class="container" style="padding-top:100px">
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment