Takla attırma olur alttaki resim linkine kendi linkini yaz tamamdır
<html>
<head>
<style type="text/css">
#donenresim {
position:block;
padding-bottom: 0.17in;
}
#donenresim img {
border:1px solid rgba(0,0,0,0.25);
border-radius:5px 5px 5px 5px;
box-shadow:0 1px 3px rgba(0,0,0,0.15);
background:transparent;
}
#donenresim:hover {
-moz-transition: all 0.5s ease-in-out;
-webkit-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
-moz-transform: rotate(360deg);
-webkit-transform: rotate(360deg);
-o-transform: rotate(360deg);
-ms-transform: rotate(360deg);
transform: rotate(360deg);
</style>
</head>
<body>
<img id="donenresim" src="https://artemisotokiralama.com/assets/images/vito_lrg.jpg09.12.2020.jpg" width="300">
</body>
</html>