"content bar for bootstrap"
Bootstrap 3.3.0 Snippet by ziachand87

<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="well content"> <div class="row"> <div class="col-lg-4 col-sm-12"> <img src="https://maxcdn.icons8.com/Color/PNG/96/Programming/media_queries-96.png" title="Media Queries" width="100"> </div> <div class="content"> <div class="col-lg-8 col-sm-12"> <h2>Responsive Website</h2> <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. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. </p> <button class="btn bth-primary btn-"><a href="http://bootsnipp.com/ziachand87">continue</a></button> </div> </div> </div> </div>
/*content*/ .content{ background-color:#f4f9fd; border-radius:0.1px; font-size:medium; background-image:; } .content img{ width:250px; height: auto; float: left; margin:10px; } /*content close*/

Related: See More


Questions / Comments: