Advertisement
Guest User

Untitled

a guest
Jul 2nd, 2015
215
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.14 KB | None | 0 0
  1. <div id="home-product-slider" class="home-section" style="display:none;">
  2. <div class="col-sm-8 col-sm-offset-2">
  3. <div class="row mini-product-wrapper">
  4. <div class="col-sm-12">
  5. <img src="<?php echo get_template_directory_uri(); ?>/assets/img/home_product_glasku_capuccino.png" alt="" class="img-responsive img-home-product ihp-thumb">
  6. <div class="product-box" style="margin-top:200px">
  7. <div class="product-hero-box text-left">
  8. <h4 style="color:white;">
  9. <br/>GLASKU CAPPUCINO<br/>
  10. </h4>
  11. <div class="product-box-text">
  12. <p>Glasku Cappuccino hadir dalam kemasan 165ml dalam variasi rasa kopi susu dengan harga yang affordable dengan tidak mengorbankan kualitas produk yang dihasilkan. Praktis dan menyegarkan untuk dinikmatin.</p>
  13. <a href="/index.php/our-products/glasku/#0" class="small" style="color:white;">Read more >></a>
  14. </div>
  15. </div>
  16. </div>
  17. </div>
  18. </div>
  19. </div>
  20.  
  21. #home-product-slider .img-home-product.ihp-thumb { width: 45%; position: absolute; top: 0;right: 0;}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement