"User Detail"
Bootstrap 3.0.0 Snippet by pradeephdc

<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://pbs.twimg.com/profile_images/1653420268/DSC00234_bigger.JPG" style="width: 100px;height:100px;"> </a> <div class="media-body"> </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: