"Student Details"
Bootstrap 3.0.0 Snippet by vashX30a

<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="http://img2.wikia.nocookie.net/__cb20111231185619/trigun/images/2/2b/Vash1.jpg" style="width: 100px;height:100px;"> </a> <div class="media-body"> <h4 class="media-heading">Sherwin Gwapo <small> Philippines</small></h4> <h5>Course: BSCS </h5> <h6>ID number: 2010-6894</h6> <hr style="margin:8px auto"> <button class="btn btn-primary">Serve</button> </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: