"User Detail"
Bootstrap 3.0.0 Snippet by jeystaats

<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="row"> <div class="col-lg-5"> <div class="media"> <a class="pull-left" href="#"> <img class="media-object dp img-circle" src="https://scontent.xx.fbcdn.net/hprofile-xpt1/t31.0-1/10827900_791516227573987_1856161577773640382_o.jpg" style="width: 100px;height:100px;"> </a> <div class="media-body"> <h4 class="media-heading">Jasper Staats <small> jasper.staats@live.nl</small></h4> <h5><a href="#">Facebook profile</a></h5> <hr style="margin:8px auto"> <span class="label label-default">Created at : 28-11-1990</span> </div> </div> </div> </div>
.media { /*box-shadow:0px 0px 4px -2px #000;*/ margin: 20px 0; padding:30px; } .dp { border:10px solid #eee; transition: all 0.2s ease-in-out; } .dp:hover { border:2px solid #eee; transform:rotate(360deg); -ms-transform:rotate(360deg); -webkit-transform:rotate(360deg); /*-webkit-font-smoothing:antialiased;*/ }

Related: See More


Questions / Comments: