"contact page"
Bootstrap 3.3.0 Snippet by jaikesh yadav

<link href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css"> <script src="//maxcdn.bootstrapcdn.com/bootstrap/3.3.0/js/bootstrap.min.js"></script> <script src="//code.jquery.com/jquery-1.11.1.min.js"></script> <!------ Include the above in your HEAD tag ----------> <section class="content"> <div class="container"> <div class="row"> <div class="col-sm-4"> <h3>HS Tech Support </h3> <hr> <address> <strong>USA address:</strong> eNest LLC 4809, E Thistle Landing, Dr. Suit 100 AZ 85044 USA ,<br> <strong>Phone:</strong> +1-888-414-6658 </address> <address> <strong>Germany Address:</strong> (Haftungsbeschraenkt/Limited-Liability), Morsering 2, Munich 80937 Germany , <br> <strong>Phone:</strong> +49 151 2757 2810 </address> </div> <div class="col-sm-8 contact-form"> <form id="contact" method="post" class="form" role="form"> <div class="row"> <div class="col-xs-6 col-md-6 form-group"> <input class="form-control" id="name" name="name" placeholder="Name" type="text" required autofocus /> </div> <div class="col-xs-6 col-md-6 form-group"> <input class="form-control" id="email" name="email" placeholder="Email" type="email" required /> </div> </div> <textarea class="form-control" id="message" name="message" placeholder="Message" rows="5"></textarea> <br /> <div class="row"> <div class="col-xs-12 col-md-12 form-group"> <button class="btn btn-primary pull-right" type="submit">Submit</button> </form> </div> </div> </section>
.contact-form { margin-top:70px; }

Related: See More


Questions / Comments: