Created
September 22, 2013 07:02
-
-
Save chintanparikh/6657440 to your computer and use it in GitHub Desktop.
contact form
This file contains hidden or 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"> | |
<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