"Responsive 2 column"
Bootstrap 3.3.0 Snippet by awesomecha16

<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 ----------> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <div class="container"> <div class="row"> <div class="col-xs-12 col-sm-6 col-md-6 col-lg-6"> <div class="icon-left"> <i class="fa fa-thumbs-o-up fa-3x"></i> </div> <div class="text"> <h4> Lorem Ipsum is simply dummy </h4> <p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.</p> </div> <br> <div class="icon-left"> <i class="fa fa-codepen fa-3x"></i> </div> <div class="text"> <h4> Lorem Ipsum is simply dummy </h4> <p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.</p> </div> <br> <div class="icon-left"> <i class="fa fa-ioxhost fa-3x"></i> </div> <div class="text"> <h4> Lorem Ipsum is simply dummy </h4> <p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.</p> </div> </div> <div class="col-xs-12 col-sm-6 col-md-6 col-lg-6"> <div class="icon-left"> <i class="fa fa-money fa-3x"></i> </div> <div class="text"> <h4> Lorem Ipsum is simply dummy </h4> <p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.</p> </div><br> <div class="icon-left"> <i class="fa fa-taxi fa-3x"></i> </div> <div class="text"> <h4> Lorem Ipsum is simply dummy </h4> <p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.</p> </div><br> <div class="icon-left"> <i class="fa fa-leaf fa-3x"></i> </div> <div class="text"> <h4> Lorem Ipsum is simply dummy </h4> <p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.</p> </div> </div> </div> </div>
.icon-left{ float:left; padding: 12px 25px 60px 15px; color:#4ECABE; } .text{ text-align:left; padding:0 0 0 15px; } .text h4{ padding-bottom:5px; }

Related: See More


Questions / Comments: