Advertisement
Guest User

Untitled

a guest
May 17th, 2018
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.89 KB | None | 0 0
  1. <div class="container">
  2. <div class="row">
  3. <div class="col-md-4">
  4. <select class="form-control selectpicker" data-live-search="true">
  5. <option>Luisa</option>
  6. <option>pepe</option>
  7. <option>pepon</option>
  8. </select>
  9. </div>
  10. <div class="col-md-4">
  11. <select class="selectpicker" data-live-search="true">
  12. <option data-tokens="ketchup mustard">Hot Dog, Fries and a Soda</option>
  13. <option data-tokens="mustard">Burger, Shake and a Smile</option>
  14. <option data-tokens="frosting">Sugar, Spice and all things nice</option>
  15. </select>
  16. </div>
  17. <div class="col-md-4">
  18. <button class="btn btn-default">
  19. Continuar
  20. </button>
  21. </div>
  22. </div>
  23. <div class="row">
  24. <a class="btn2 btn-1">Masaje</a>
  25. <a class="btn2 btn-2">Maquillaje</a>
  26. <a class="btn2 btn-3">Pinturas</a>
  27. </div>
  28. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement