Created
November 4, 2015 13:17
-
-
Save alex28742/cd6cc2be6c7d84c4ecf3 to your computer and use it in GitHub Desktop.
bs3-feature-list-simple-3-inline
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<section id="features"> | |
<h3>Product Features</h3> | |
<p>Here's why you should really buy this product.</p> | |
<hr> | |
<div class="row"> | |
<div class="col-lg-4"> | |
<div class="media"> | |
<a href="#" class="pull-left"> | |
<img src="http://lorempixel.com/64/64" alt="Image"> | |
</a> | |
<div class="media-body"> | |
<h4 class="media-heading">Feature name</h4> | |
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Temporibus, libero.</p> | |
</div> | |
</div> | |
</div> | |
<div class="col-lg-4"> | |
<div class="media"> | |
<a href="#" class="pull-left"> | |
<img src="http://lorempixel.com/64/64" alt="Image"> | |
</a> | |
<div class="media-body"> | |
<h4 class="media-heading">Feature name</h4> | |
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Temporibus, libero.</p> | |
</div> | |
</div> | |
</div> | |
<div class="col-lg-4"> | |
<div class="media"> | |
<a href="#" class="pull-left"> | |
<img src="http://lorempixel.com/64/64" alt="Image"> | |
</a> | |
<div class="media-body"> | |
<h4 class="media-heading">Feature name</h4> | |
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Temporibus, libero.</p> | |
</div> | |
</div> | |
</div> | |
</div> | |
</section> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment