بفرما دوست عزیر
.
.
<style>
<script type="text/javascript"</a>
img {
max-width:400px;
max-height:400px;
border: solid 5px #444444;
border-radius: 7px 7px 7px 7px;
box-shadow: 0 0 4px #858585;
}
img:hover {
border: solid 5px #4bbdff;
border-radius: 80px 7px 80px 7px;
box-shadow: 0 0 4px #FFFFFF;
-webkit-transition: all 1s ease-in;
-moz-transition: all 1s ease-in;
-o-transition: all 1s ease-in;
transition: all 1s ease-in;
-webkit-transform: rotate(1deg);
-moz-transform: rotate(1deg);
-o-transform: rotate(1deg);
}
</style>