Advertisement
Guest User

Untitled

a guest
May 3rd, 2016
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.44 KB | None | 0 0
  1. <section id="contact">
  2. <br>
  3. <div class="page-header"><h1>Skontaktuj się ze mną</h1></div>
  4. <div id="support_3">
  5. <div class="container">
  6. <form class="form">
  7. <div class="form-group">
  8. <label for="Name"><h2>Imię:</h2></label>
  9. <input type="text" class="form-control" id="Name" placeholder="Podaj imię:">
  10. </div>
  11. </form>
  12. <form class="form">
  13. <div class="form-group">
  14. <label for="Mail"><h2>Mail:</h2></label>
  15. <input type="text" class="form-control" id="Mail" placeholder="Podaj mail:">
  16. </div>
  17. </form>
  18. <form class="form">
  19. <div class="form-group">
  20. <label for="describe"><h2>Opis:</h2></label>
  21. <textarea class="form-control" id="describe" placeholder="W czym mogę pomóc?"></textarea>
  22. </div>
  23. </form>
  24. <button type="submit" class="btn btn-primary">Wyślij</button>
  25. <button type="reset" class="btn btn-default">Wyczyść</button>
  26. </div>
  27. </div>
  28. <hr>
  29. </section>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement