Advertisement
max197a

Untitled

Dec 12th, 2019
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.93 KB | None | 0 0
  1. <!-- BEGIN SECTION :: MYTECHFILTER FILTER-->
  2. <section class="mytechfilter">
  3. <div class="container">
  4. <div class="mytechfilter__grid">
  5. <div class="mytechfilter__availability">
  6. <label class="mytechfilter__availability-item">
  7. <input type="radio" name="group-availability" checked><span>Вся</span>
  8. </label>
  9. <label class="mytechfilter__availability-item">
  10. <input type="radio" name="group-availability"><span>Доступная</span>
  11. </label>
  12. <label class="mytechfilter__availability-item">
  13. <input type="radio" name="group-availability"><span>Недоступная</span>
  14. </label>
  15. </div>
  16. <div class="mytechfilter__selects">
  17. <div class="mytechfilter__selects-item">
  18. <p>Стоянка:</p>
  19. <div class="mytechfilter__select">
  20. <select>
  21. <option value="#">Все стоянки #1</option>
  22. <option value="#">Все стоянки #2</option>
  23. <option value="#">Все стоянки #3</option>
  24. </select>
  25. </div>
  26. </div>
  27. <div class="mytechfilter__selects-item">
  28. <p>Тип техники:</p>
  29. <div class="mytechfilter__select">
  30. <select>
  31. <option value="#">Все типы #1</option>
  32. <option value="#">Все типы #2</option>
  33. <option value="#">Все типы #3</option>
  34. </select>
  35. </div>
  36. </div>
  37. </div>
  38. </div>
  39. </div>
  40. </section>
  41. <!-- END SECTION :: MYTECHFILTER FILTER-->
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement