JSFiddle - React, Tailwind, and code Playground

by karinafotocollectiondemo

HTML

<center><b><h1>COBA ARAHKAN KURSOR KE GAMBAR</h1></b></center></br></br></br>
<center><div class="berputar"><img alt="yahoo" src=" http://2.bp.blogspot.com/_sIR_l7X0QMw/S-MXaCksAaI/AAAAAAAAAzk/1YFbEpacP9g/s400/kuda_jantan.jpg "/> </div></center><

CSS

.berputar img{ -moz-transition: all 0.8s ease-in-out; -webkit-transition: all 0.8s ease-in-out; -o-transition: all 0.8s ease-in-out; -ms-transition: all 0.8s ease-in-out; transition: all 0.8s ease-in-out; }  .berputar img:hover{ -moz-transform: rotate(360deg); -webkit-transform: rotate(360deg); -o-transform: rotate(360deg); -ms-transform: rotate(360deg); transform: rotate(360deg); }