Guest User

Untitled

a guest
May 26th, 2018
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.42 KB | None | 0 0
  1. <form method="GET" name="frm1" action="filterrange.php">
  2. <div class="dropdown" id="myDropdown">
  3. <button type="button" class="btn" data-toggle="dropdown">
  4. <i class="fa fa-filter" aria-hidden="true"></i>&nbsp;&nbsp;RANGE
  5. </button>
  6.  
  7. <div class="dropdown-menu dropdown-menu-right ml-4">
  8. <div class="row rounded">
  9. <div class="col-12 col-sm-12 col-md-4 col-lg-4">
  10. <div class="mt-1" style="text-align: center;">
  11. <h5 class="border border-secondary rounded">YEAR</h5>
  12. </div>
  13. </div>
  14.  
  15. <div class="col-12 col-sm-12 col-md-4 col-lg-4">
  16. <div class="range-slider mt-2 ml-1" style="">
  17. <input class="range-slider__range ids" style="width:55%;" type="range" name="range" value="2018" min="1990" max="2018">
  18. <span class="ml-5 range-slider__value" style="font-size:20px;">0</span>
  19. </div>
  20. </div>
  21.  
  22. <div class="col-12 col-sm-12 col-md-4 col-lg-4">
  23. <div class="abc mb-2" style="text-align: center;">
  24. <button class="btn btn-primary my-2 my-sm-0" value="Search source code" name="submit" type="submit">Search</button>
  25. </div>
  26. </div>
  27.  
  28. </div>
  29. </div>
  30. </div>
  31. </form>
Add Comment
Please, Sign In to add comment