Advertisement
Guest User

Untitled

a guest
Oct 24th, 2016
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. float center for below two lines
  2. <label for date from><input datepicker> <label for date to><input datepicker>//line 1
  3. <button>//line 2
  4.  
  5. <div class="row">
  6. <div class="col-sm-12 col-md-6">
  7. <div class="float-right">
  8. <span>date from</span>
  9. <input>
  10. </div>
  11. </div>
  12. <div class="col-sm-12 col-md-6">
  13. <div class="float-left">
  14. <span>date to</span>
  15. <input>
  16. </div>
  17. </div>
  18. </div>
  19.  
  20. label from
  21. input
  22. label to
  23. input
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement