"Box of Featured"
Bootstrap 4.0.0 Snippet by paul2lol

<link href="//maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css"> <script src="//maxcdn.bootstrapcdn.com/bootstrap/4.0.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="row1 destacados"> <div class="col-md-4"> <div> <img src="images/portfolio/f1.png" alt="Texto Alternativo" class="img-circle img-thumbnail"> <h2>The Better India</h2> <p>How an architecture company founded by IITians is using scrap tyres as construction material to build playgrounds for underprivileged children...</p> <a href="http://www.thebetterindia.com/74035/iit-anthill-creations-scrap-tyres-library/" class="btn btn-primary" title="Enlace">Read Article</a> </div> </div> <div class="col-md-4"> <div> <img src="images/portfolio/f2.png" alt="Texto Alternativo" class="img-circle img-thumbnail"> <h2>Times of India</h2> <p>Students of IIT-Kgp's architecture department are building this wonder — a play area set up using scrapes. At the moment, five activity areas have...</p> <a href="http://timesofindia.indiatimes.com/city/kolkata/Dreams-take-wing-in-IIT-backyard/articleshow/46980626.cms" class="btn btn-primary" title="Enlace">Read Article</a> </div> </div> <div class="col-md-4"> <div> <img src="images/portfolio/f3.png" alt="Texto Alternativo" class="img-circle img-thumbnail"> <h2>The Economic Times</h2> <p>Anthill Creations, the firm which is going to be building the interiors, specialises in making playful furniture out of scrap tyres...</p> <a href="http://economictimes.indiatimes.com/news/politics-and-nation/storytime-joins-hands-with-mantra4change-to-create-library-for-low-income-area-of-bengaluru/articleshow/55452103.cms" class="btn btn-primary" title="Enlace">Read Article</a> </div> </div> </div> </div>
.destacados{ padding: 20px 0; text-align: center; } .destacados > div > div{ padding: 10px; border: 1px solid transparent; border-radius: 4px; transition: 0.2s; } .destacados > div:hover > div{ margin-top: -10px; border: 1px solid rgb(200, 200, 200); box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 5px 2px; background: rgba(200, 200, 200, 0.1); transition: 0.5s; }

Related: See More


Questions / Comments: