Advertisement
Guest User

Untitled

a guest
Feb 6th, 2019
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 0.86 KB | None | 0 0
  1. <div class="col-6 col-lg-3 product-list">
  2.     <a href="/en/products/flying-tomato-1/" class="link--clean">
  3.       <div class="text-center">
  4.         <div>
  5.           <div class="product-image" style="height: 210px;">
  6.             <img class="img-responsive lazypreload lazyloaded" data-src="/static/images/placeholder255x255.png" data-srcset="/static/images/placeholder255x255.png 1x, /static/images/placeholder540x540.png 2x" alt="" src="/static/images/placeholder255x255.png" srcset="/static/images/placeholder255x255.png 1x, /static/images/placeholder540x540.png 2x">
  7.             </div>
  8.           <span class="product-list-item-name mt4" title="Flying Tomato">Flying Tomato</span>
  9.         </div>
  10.         <div class="panel-footer">
  11. <span>
  12.   <span>
  13.       <span class="currency">UGX</span>265,000
  14.   </span>
  15. </span>  
  16.         </div>
  17.       </div>
  18.     </a>
  19.   </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement