Advertisement
Guest User

Untitled

a guest
Apr 22nd, 2019
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.17 KB | None | 0 0
  1. .container
  2. %h4 Adress book
  3. %hr/
  4. %h5 Edit contact
  5. %form
  6. .form-group
  7. %label{:for => "exampleInputPassword1"} Company
  8. %input#exampleInputPassword1.form-control{:type => "text"}/
  9. .form-group
  10. %label{:for => "exampleInputPassword1"} *Title
  11. %input#exampleInputPassword1.form-control{:type => "text"}/
  12. .form-group
  13. %label{:for => "exampleInputPassword1"} Street name
  14. %input#exampleInputPassword1.form-control{:type => "text"}/
  15. .form-group
  16. %label{:for => "exampleInputPassword1"} City
  17. %input#exampleInputPassword1.form-control{:type => "text"}/
  18. .form-group
  19. %label{:for => "exampleFormControlSelect1"} *Country
  20. %select#exampleFormControlSelect1.form-control
  21. %option 1
  22. %option 2
  23. %option 3
  24. %option 4
  25. %option 5
  26. .form-group
  27. %label{:for => "exampleInputPassword1"} Postal code
  28. %input#exampleInputPassword1.form-control{:type => "text"}/
  29. .form-group
  30. %label{:for => "exampleInputPassword1"} *Phone number
  31. %input#exampleInputPassword1.form-control{:type => "number"}/
  32. %button.btn.btn-primary{:type => "submit"} Submit
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement