Image cart css code
<div class="container">
<div class="row">
<div class="col-md-3">
<div class="card card-inverse card-primary text-center">
<img class="card-img-top" src="http://www.lifo.gr/icache/940/122/1/1004652_Mythos_Widget.jpg" alt="Card image cap">
<div class="card-block">
<h4 class="card-title">Service #1</h4>
<p class="card-text">Some quick example text to build on the card title and make up the bulk of the card's content.</p>
<a href="http://v4-alpha.getbootstrap.com/components/card/" class="btn btn-primary">Learn More</a>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-md-3">
<div class="card card-inverse card-primary text-center">
<img class="card-img-top" src="http://www.lifo.gr/icache/940/122/1/1004652_Mythos_Widget.jpg" alt="Card image cap">
<div class="card-block">
<h4 class="card-title">Service #1</h4>
<p class="card-text">Some quick example text to build on the card title and make up the bulk of the card's content.</p>
<a href="http://v4-alpha.getbootstrap.com/components/card/" class="btn btn-primary">Learn More</a>
</div>
</div>
</div>
</div>
Comments
Post a Comment