"image rotate"
Bootstrap 4.0.0 Snippet by muhamed122

<link href="//maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css"> <script src="//maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js"></script> <script src="//cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script> <!------ Include the above in your HEAD tag ----------> <div class="col-md-6 img two"> <img src="https://pre00.deviantart.net/8c3a/th/pre/f/2017/294/d/e/mohamed_salah_render_by_fa_render-dbr9iht.png"> <p>Realestate Developement</p> </div>
.col-md-6.img.two img { margin: 0 auto; display: block; -webkit-transition: -webkit-transform .8s ease-in-out; transition: transform .8s ease-in-out; } .col-md-6.img.two img:hover{ -webkit-transform: rotate(360deg); transform: rotate(360deg); }

Related: See More


Questions / Comments: