Advertisement
Guest User

Untitled

a guest
Mar 29th, 2020
522
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.13 KB | None | 0 0
  1. <!-- Products -->
  2. <ul class="products">
  3. <li class="product first">
  4. <a href="shop-single.html">
  5. <span class="onsale">Sale</span>
  6. <img src="demo/shop/1.jpg" alt="Divit">
  7. <h3>Dragon Tee Red Heather</h3>
  8. <div class="star-rating" title="Rated 2 out of 5">
  9. <span style="width:40%">
  10. <strong class="rating">2.0</strong> out of 5
  11. </span>
  12. </div>
  13. <span class="price">
  14. <del><span><span>$</span>15.00</span></del>
  15. <ins><span><span>$</span>12.00</span></ins>
  16. </span>
  17. </a>
  18. <a href="shop-single.html" class="cs-btn">Add to cart</a>
  19. </li>
  20. <li class="product">
  21. <a href="shop-single.html">
  22. <img src="demo/shop/2.jpg" alt="Divit">
  23. <h3>Flight Path T-Shirt CH</h3>
  24. <span class="price">
  25. <span><span>$</span>18.00</span>
  26. </span>
  27. </a>
  28. <a href="shop-single.html" class="cs-btn">Select option</a>
  29. </li>
  30. <li class="product last">
  31. <a href="shop-single.html">
  32. <img src="demo/shop/3.jpg" alt="Divit">
  33. <h3>Brown Army T-Shirt</h3>
  34. <div class="star-rating" title="Rated 4.5 out of 5">
  35. <span style="width:90%">
  36. <strong class="rating">4.5</strong> out of 5
  37. </span>
  38. </div>
  39. <span class="price">
  40. <span><span>$</span>80.50</span>
  41. </span>
  42. </a>
  43. <a href="shop-single.html" class="cs-btn">Add to cart</a>
  44. </li>
  45. <li class="product first">
  46. <a href="shop-single.html">
  47. <img src="demo/shop/4.jpg" alt="Divit">
  48. <h3>Man School Bag</h3>
  49. <span class="price">
  50. <span><span>$</span>45.00</span>
  51. </span>
  52. </a>
  53. <a href="shop-single.html" class="cs-btn">Add to cart</a>
  54. </li>
  55. <li class="product">
  56. <a href="shop-single.html">
  57. <img src="demo/shop/5.jpg" alt="Divit">
  58. <h3>Summer Black T-Shirt</h3>
  59. <div class="star-rating" title="Rated 1 out of 5">
  60. <span style="width:20%">
  61. <strong class="rating">1.0</strong> out of 5
  62. </span>
  63. </div>
  64. <span class="price">
  65. <span><span>$</span>15.00</span>
  66. </span>
  67. </a>
  68. <a href="shop-single.html" class="cs-btn">Add to cart</a>
  69. </li>
  70. <li class="product last">
  71. <a href="shop-single.html">
  72. <img src="demo/shop/6.jpg" alt="Divit">
  73. <h3>Kids Bag</h3>
  74. <div class="star-rating" title="Rated 2 out of 5">
  75. <span style="width:40%">
  76. <strong class="rating">2.0</strong> out of 5
  77. </span>
  78. </div>
  79. <span class="price">
  80. <span><span>$</span>120.00</span>
  81. </span>
  82. </a>
  83. <a href="shop-single.html" class="cs-btn">Add to cart</a>
  84. </li>
  85. <li class="product first">
  86. <a href="shop-single.html">
  87. <img src="demo/shop/7.jpg" alt="Divit">
  88. <h3>Dragon Tee Red Heather</h3>
  89. <div class="star-rating" title="Rated 2 out of 5">
  90. <span style="width:40%">
  91. <strong class="rating">2.0</strong> out of 5
  92. </span>
  93. </div>
  94. <span class="price">
  95. <del><span><span>$</span>15.00</span></del>
  96. <ins><span><span>$</span>12.00</span></ins>
  97. </span>
  98. </a>
  99. <a href="shop-single.html" class="cs-btn">Add to cart</a>
  100. </li>
  101. <li class="product">
  102. <a href="shop-single.html">
  103. <img src="demo/shop/8.jpg" alt="Divit">
  104. <h3>Dragon Tee Red Heather</h3>
  105. <div class="star-rating" title="Rated 2 out of 5">
  106. <span style="width:40%">
  107. <strong class="rating">2.0</strong> out of 5
  108. </span>
  109. </div>
  110. <span class="price">
  111. <del><span><span>$</span>15.00</span></del>
  112. <ins><span><span>$</span>12.00</span></ins>
  113. </span>
  114. </a>
  115. <a href="shop-single.html" class="cs-btn">Add to cart</a>
  116. </li>
  117. <li class="product last">
  118. <a href="shop-single.html">
  119. <img src="demo/shop/9.jpg" alt="Divit">
  120. <h3>Dragon Tee Red Heather</h3>
  121. <div class="star-rating" title="Rated 2 out of 5">
  122. <span style="width:40%">
  123. <strong class="rating">2.0</strong> out of 5
  124. </span>
  125. </div>
  126. <span class="price">
  127. <del><span><span>$</span>15.00</span></del>
  128. <ins><span><span>$</span>12.00</span></ins>
  129. </span>
  130. </a>
  131. <a href="shop-single.html" class="cs-btn">Add to cart</a>
  132. </li>
  133. </ul><!-- end .products -->
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement