"Goods List"
Bootstrap 3.3.0 Snippet by anielka

<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="//code.jquery.com/jquery-1.11.1.min.js"></script> <!------ Include the above in your HEAD tag ----------> <div class="store-item thumbnail"> <div class="col-sm-12 col-md-4"> <img class=" img-responsive" src="http://placehold.it/400x250/000/fff" alt=""> </div> <div class="col-sm-12 col-md-8"> <h4> Product title </h4> <p> Product description... Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. </p> <div class="row"> <div class="col-xs-12 col-md-6"> <b class="lead text-success"> $21.000 </b> <s class="text-danger">£30.00</s> </div> <div class="col-xs-12 col-md-6"> <a class="btn btn-success" href="#">Add to cart</a> </div> </div> </div> </div> </div>
.store-item{ display:table; margin:5px 10px; }

Related: See More


Questions / Comments: