"Image Tiles Full width"
Bootstrap 3.3.0 Snippet by joshuaedwardk

<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-fluid"> <div class="row text-center"> <h3 style="color:white;font-family:verdana;">Snap Tight Image Tiles (Responisve)</h3> </div> <div class="row"> <div class="cover-card col-sm-8" style="background: url(http://www.nstp.org/image/aftr/irs-forum-atlanta.jpg) no-repeat center top;background-size:cover;"> <table class="table table-hover table-condensed"> <tbody> <tr class="active"> <td><a href="http://www.sheratonphoenixairport.com/" target="_blank">Sheraton Phoenix Airport Hotel</a</td> <td><a href="https://www.google.com/maps/place/Sheraton+Phoenix+Airport+Hotel+Tempe/@33.410864,-111.970106,17z/data=!3m1!4b1!4m2!3m1!1s0x0:0x61744a149ca757af" target="_blank"><i class="fa fa-map-marker"></i>1600 S 52nd St<br/>Tempe, AZ 85281</a></td> <td><i class="fa fa-phone fa-blue"></i> Phone: <a href="tel:1-480-967-6600">(480) 967-6600</a></td> </tr> </tbody> </table> </div> </div> </div>
body{ background: #333; } .cover-card { border: 2px solid white; background: silver; padding: 0px; margin: 0px; height:200px; } .cover-card > p { text-align: center; background-color: rgba(6,6,6,0.0); color: rgba(6,6,6,0.0); width: 100%; height: 100%; font-weight: bold; font-size: 20px; } .cover-card:hover > p { background-color: rgba(6,6,6,0.3); color: white; text-shadow: 3px 3px 10px #000; }

Related: See More


Questions / Comments: