JSFiddle - React, Tailwind, and code Playground
by Mustafa Kaba
HTML
<html> <head> Bilgi Cafem 61 tarafından yapılmıştır.</title> <link href="stil.css" rel="stylesheet" type="text/css"> </head> <body> <img id="döndür" src="1.jpg" width="300"> <img id="döndür" src="2.jpg" width="300"> <img id="döndür" src="3.jpg" width="300"> </body> </html>
CSS
#döndür { transform: rotate(30deg); -webkit-transform: rotate(30deg); transition: 4s; } #döndür:hover { transform: rotate(360deg); width: 500px; -webkit-transform: rotate(360deg); }