"well inside 3 boxes"
Bootstrap 3.3.0 Snippet by jeevan123456

<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="container"> <div class="row"> <div class="col-md-12"> <h3 class="text-center">Lorem ipsum dolor sit amet consectetur.</h3> <h4 class="text-center"> <small>The small element is used to create a lighter, secondary text in any heading:</small></h4> <hr> <div class="col-lg-4 col-sm-6 text-center"> <div class="well style="background-color:#ffffff"> <img src="https://d37p6u34ymiu6v.cloudfront.net/db/42/2a/db422a4164b9f45f07ef6c89c2ac6c3a.gif" class="img-thumbnail" alt="Cinque Terre" width="304" height="236"> <h3>John Smith <small>Job Title</small> </h3> <p>What does this team member to? Keep it short! This is also a great spot for social links!</p> <button type="button" class="btn btn-default btn-block">Learn More</button> </div> </div> <div class="col-lg-4 col-sm-6 text-center"> <div class="well"> <img src="https://d37p6u34ymiu6v.cloudfront.net/db/42/2a/db422a4164b9f45f07ef6c89c2ac6c3a.gif" class="img-thumbnail" alt="Cinque Terre" width="304" height="236"> <h3>John Smith <small>Job Title</small> </h3> <p>What does this team member to? Keep it short! This is also a great spot for social links!</p> <button type="button" class="btn btn-default btn-block">Learn More</button> </div> </div> <div class="col-lg-4 col-sm-6 text-center"> <div class="well"> <img src="https://d37p6u34ymiu6v.cloudfront.net/db/42/2a/db422a4164b9f45f07ef6c89c2ac6c3a.gif" class="img-thumbnail" alt="Cinque Terre" width="304" height="236"> <h3>John Smith <small>Job Title</small> </h3> <p>What does this team member to? Keep it short! This is also a great spot for social links!</p> <button type="button" class="btn btn-default btn-block">Learn More</button> </div> </div> </div> </div> </div>
.well { background-color:#FF6633; }

Related: See More


Questions / Comments: