"FB-like profile box"
Bootstrap 3.3.0 Snippet by Neo139566

<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"> <div class="fb-cover"> <img src="http://placehold.it/1060X315" class="img-responsive fb-front"> </div> <div class="navbar"> <div class="navbar-header"> <div class="navbar-brand fb-profile navbar-brand"> <img src="http://placehold.it/170X170" class="img-responsive img-thumbnail img-circle center-block"> </div> </div> </div> </div> </div> </div>
.fb-profile { display: inline-block; width: 200px; height: 200px; margin-top: -150px; } .fb-cover { position: relative; } .fb-front { width:auto; height:315px; } .fb-likebox { bottom: 12px; left: 201px; position: absolute; } .navbar-brand { position: absolute; width: 100%; left: 0; text-align: center; }

Related: See More


Questions / Comments: