"eCommerce Product Detail , bootstrap 4 product view card"
Bootstrap 4.0.0 Snippet by vosidiy

<link href="//maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css"> <script src="//maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js"></script> <script src="//cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script> <!------ Include the above in your HEAD tag ----------> <div class="container"> <br> <p class="text-center">More bootstrap 4 components on <a href="http://bootstrap-ecommerce.com/"> Bootstrap-ecommerce.com</a></p> <hr> <div class="card"> <div class="row"> <aside class="col-sm-5 border-right"> <article class="gallery-wrap"> <div class="img-big-wrap"> <div> <a href="#"><img src="https://s9.postimg.org/tupxkvfj3/image.jpg"></a></div> </div> <!-- slider-product.// --> <div class="img-small-wrap"> <div class="item-gallery"> <img src="https://s9.postimg.org/tupxkvfj3/image.jpg"> </div> <div class="item-gallery"> <img src="https://s9.postimg.org/tupxkvfj3/image.jpg"> </div> <div class="item-gallery"> <img src="https://s9.postimg.org/tupxkvfj3/image.jpg"> </div> <div class="item-gallery"> <img src="https://s9.postimg.org/tupxkvfj3/image.jpg"> </div> </div> <!-- slider-nav.// --> </article> <!-- gallery-wrap .end// --> </aside> <aside class="col-sm-7"> <article class="card-body p-5"> <h3 class="title mb-3">Original Version of Some product name</h3> <p class="price-detail-wrap"> <span class="price h3 text-warning"> <span class="currency">US $</span><span class="num">1299</span> </span> <span>/per kg</span> </p> <!-- price-detail-wrap .// --> <dl class="item-property"> <dt>Description</dt> <dd><p>Here goes description consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco </p></dd> </dl> <dl class="param param-feature"> <dt>Model#</dt> <dd>12345611</dd> </dl> <!-- item-property-hor .// --> <dl class="param param-feature"> <dt>Color</dt> <dd>Black and white</dd> </dl> <!-- item-property-hor .// --> <dl class="param param-feature"> <dt>Delivery</dt> <dd>Russia, USA, and Europe</dd> </dl> <!-- item-property-hor .// --> <hr> <div class="row"> <div class="col-sm-5"> <dl class="param param-inline"> <dt>Quantity: </dt> <dd> <select class="form-control form-control-sm" style="width:70px;"> <option> 1 </option> <option> 2 </option> <option> 3 </option> </select> </dd> </dl> <!-- item-property .// --> </div> <!-- col.// --> <div class="col-sm-7"> <dl class="param param-inline"> <dt>Size: </dt> <dd> <label class="form-check form-check-inline"> <input class="form-check-input" type="radio" name="inlineRadioOptions" id="inlineRadio2" value="option2"> <span class="form-check-label">SM</span> </label> <label class="form-check form-check-inline"> <input class="form-check-input" type="radio" name="inlineRadioOptions" id="inlineRadio2" value="option2"> <span class="form-check-label">MD</span> </label> <label class="form-check form-check-inline"> <input class="form-check-input" type="radio" name="inlineRadioOptions" id="inlineRadio2" value="option2"> <span class="form-check-label">XXL</span> </label> </dd> </dl> <!-- item-property .// --> </div> <!-- col.// --> </div> <!-- row.// --> <hr> <a href="#" class="btn btn-lg btn-primary text-uppercase"> Buy now </a> <a href="#" class="btn btn-lg btn-outline-primary text-uppercase"> <i class="fas fa-shopping-cart"></i> Add to cart </a> </article> <!-- card-body.// --> </aside> <!-- col.// --> </div> <!-- row.// --> </div> <!-- card.// --> </div> <!--container.//--> <br><br><br> <article class="bg-secondary mb-3"> <div class="card-body text-center"> <h4 class="text-white">HTML UI KIT <br> Ready to use Bootstrap 4 components and templates </h4> <p class="h5 text-white"> for Ecommerce, marketplace, booking websites and product landing pages</p> <br> <p><a class="btn btn-warning" target="_blank" href="http://bootstrap-ecommerce.com/"> Bootstrap-ecommerce.com <i class="fa fa-window-restore "></i></a></p> </div> <br><br><br> </article>
.gallery-wrap .img-big-wrap img { height: 450px; width: auto; display: inline-block; cursor: zoom-in; } .gallery-wrap .img-small-wrap .item-gallery { width: 60px; height: 60px; border: 1px solid #ddd; margin: 7px 2px; display: inline-block; overflow: hidden; } .gallery-wrap .img-small-wrap { text-align: center; } .gallery-wrap .img-small-wrap img { max-width: 100%; max-height: 100%; object-fit: cover; border-radius: 4px; cursor: zoom-in; }

Related: See More


Questions / Comments: