"product page"
Bootstrap 3.3.0 Snippet by jeevan123456

<link href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css"> <script src="//maxcdn.bootstrapcdn.com/bootstrap/3.3.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"> <div class="row"> <div class="col-md-6"> <img class="img-responsive" src="http://plazathemes.com/demo/aero/pub/media/catalog/product/cache/image/800x800/e9c3970ab036de70892d86c6d221abfe/1/3/13products_3.jpg"> </div> <div class="col-md-4"> <h4>Product title</h4> <hr> <div class="ratings"> ******* </div> <ul> <li>Fuel Type : Petrol</li> <li>Fuel Type : Petrol</li> <li>Fuel Type : Petrol</li> <li>Fuel Type : Petrol</li> <li>Fuel Type : Petrol</li> <li>Fuel Type : Petrol</li> <li>Fuel Type : Petrol</li> </ul> <ul class="in-line"> <div class="control"> <input type="number" name="qty" id="qty" maxlength="12" value="" title="Qty" class="input-text qty" data-validate=""> <button type="button" class="btn btn-primary">Add to Cart</button> </div> </ul> </div> </div> </div>

Related: See More


Questions / Comments: