"small image group"
Bootstrap 3.3.0 Snippet by ashishinbase

<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-sm-3 col-xs-12"> <div class="comp-logo"> </div> <div class="up-btn" id="">Upload </div> </div> </div> </div>
.comp-logo { width: 100%; height: auto; min-height: 150px; max-height: 150px; background-color: #efefef; margin-top: 15px; overflow-y: hidden; } .up-btn:hover { background-color: #0b4d73; } .up-btn { width: 100%; height: 33px; background: #0b669a; color: #fff; border: none; border-radius: 0px 0px 10px 10px; transition: all ease 01s; display: inline-block; vertical-align: middle; line-height: 33px; text-align: center; } .comp-logo { background-size:cover; background-position:center; }

Related: See More


Questions / Comments: