"image hover text"
Bootstrap 3.0.0 Snippet by muhamed122

<link href="//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css"> <script src="//netdna.bootstrapcdn.com/bootstrap/3.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="row"> <div class="col-md-4"> <div class="item"> <img src="http://level3.soccerladuma.net/cms2/image_manager/uploads/News/260943/7/1493797942_465eb.jpg" alt=""> <div class="over text-center"> <h4 class="upper">Cr7 Ronaldo</h4> <p>Ut enim ad minim veniam, quis nostrud <br> laboris nisi ut aliquip ex ea commodo</p> <button type="button" class="btn btn-warning samy">See Goals</button> </div> </div> </div> </div> </div>
.item { margin-bottom: 26px; border-radius: 10px; position: relative; } .item .over { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(247, 96, 14, .9); color: #FFF; transition: all .5s ease-in-out; display: none; } .text-center { text-align: center; } .our-work .item .over h4 { font-size: 24px; margin-top: 80px; margin-bottom: 0; } .upper { text-transform: uppercase; } .our-work .item .over p { margin-top: 10px; margin-bottom: 50px; line-height: 2; } .our-work .item .over button { background-color: transparent; border: 1px solid #FFF; width: 180px; padding: 10px; border-radius: 10px; -webkit-transition: all .5s ease-in-out; -moz-transition: all .5s ease-in-out; transition: all .5s ease-in-out; } .upper { text-transform: uppercase; } .item:hover .over { display: block } .item h4 { margin-top: 85px; font-size: 23px; font-weight: bolder; } .over.text-center p { font-size: 14px; margin-bottom: 26px; } button.btn.btn-warning.samy { background: transparent; border: 1px solid white; } .item img { width: 100%; height: 289px; }

Related: See More


Questions / Comments: