Advertisement
Guest User

Untitled

a guest
Apr 17th, 2017
244
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.79 KB | None | 0 0
  1. <link href="https://fonts.googleapis.com/css?family=Oleo+Script:400,700" rel="stylesheet">
  2. <link href="https://fonts.googleapis.com/css?family=Teko:400,700" rel="stylesheet">
  3. <link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet">
  4.  
  5. <section id="contact">
  6. <div class="section-content">
  7. <h1 class="section-header">Get in <span class="content-header wow fadeIn " data-wow-delay="0.2s" data-wow-duration="2s"> Touch with us</span></h1>
  8. <h3>Lorem Ipsum is simply dummy text of the printing and typesetting industry</h3>
  9. </div>
  10. <div class="contact-section">
  11. <div class="container">
  12. <form>
  13. <div class="col-md-6 form-line">
  14. <div class="form-group">
  15. <label for="exampleInputUsername">Your name</label>
  16. <input type="text" class="form-control" id="" placeholder=" Enter Name">
  17. </div>
  18. <div class="form-group">
  19. <label for="exampleInputEmail">Email Address</label>
  20. <input type="email" class="form-control" id="exampleInputEmail" placeholder=" Enter Email id">
  21. </div>
  22. <div class="form-group">
  23. <label for="telephone">Mobile No.</label>
  24. <input type="tel" class="form-control" id="telephone" placeholder=" Enter 10-digit mobile no.">
  25. </div>
  26. </div>
  27. <div class="col-md-6">
  28. <div class="form-group">
  29. <label for ="description"> Message</label>
  30. <textarea class="form-control" id="description" placeholder="Enter Your Message"></textarea>
  31. </div>
  32. <div>
  33.  
  34. <button type="button" class="btn btn-default submit"><i class="fa fa-paper-plane" aria-hidden="true"></i> Send Message</button>
  35. </div>
  36.  
  37. </div>
  38. </form>
  39. </div>
  40. </section>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement