spinner css effect on hover. user also can use this css for fan effect ny just replacing fan spinner image with fan png image
Project Rotating Fan in css
css:
.prabhjot{ height:300px; width:300px; transition: transform 6s; border:none}
.prabhjot:hover{ transform: rotate(2207deg)}
html
<img class="prabhjot" height="320" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg0wRsG5HXrUtrOWjHLZy1gYM_fUI0FagcvU0MZP1DuDcwa4KMp9T3MBWyBlxpZMnhyphenhyphenhKqfZzWuchXY0lwX_g62PJMdeb10zJN4tRdxQlI7ufQokh_78ng8q3gphJ1ERZ2kKU6_6f_YWz0/s320/fan.png" width="320">
Project 1 developed by - .prabhjot{ height:300px; width:300px; transition: transform 6s; border:none}
.prabhjot:hover{ transform: rotate(2207deg)}
html
<img class="prabhjot" height="320" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg0wRsG5HXrUtrOWjHLZy1gYM_fUI0FagcvU0MZP1DuDcwa4KMp9T3MBWyBlxpZMnhyphenhyphenhKqfZzWuchXY0lwX_g62PJMdeb10zJN4tRdxQlI7ufQokh_78ng8q3gphJ1ERZ2kKU6_6f_YWz0/s320/fan.png" width="320">
0 comments:
Post a Comment