Rotating Text On Hover | Free Html Codes | Elifexpert
Wednesday, December 28, 2016
Gönderen:
Blogcuk
Nice, convenient, useful codes All the codes are free
<a href="http://www.elifexpert.com/2016/12/rotating-text-on-hover-free-html-codes.html" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"><img border="0" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhhGmJuwEft3b9RKalyrYn4CgqP7UDLL6Q2KP1KEcPH0nXRMAGjH6NsTVfPV1YXbMvnYK0Nu6bNT6tTWX9Y-_wzADDhayDfk0ntQaHa1ETnQAXcJGzUfMMhCljCwHMchDJWyR-arTmWAzE/s1/Snow-on-the-page-elifexpert.png" /></a>
<a href="http://www.elifexpert.com/2016/12/rotating-text-on-hover-free-html-codes.html" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"><img border="0" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi-Xzjw-3zXbBp3cAS0oDwvrYrprNorUjj5pkVlNvHdW7LYEI6Ucrv2PJY3p13V3UVpz1hAldVHG9i4Ux7dsl-RxUw_myCMB6juwQuMH4JbEeEPR4wisKdlOHlkJg62no5WTwKnOI-leU0/s1/Rotating-Text-On-Hover-Free-Html-Codes-Elifexpert.png" /></a>
<style>
@keyframes spin {from {} to {transform:rotate(360deg);}}
.spin:hover {animation-name:spin;animation-duration:3s;position:absolute;}
</style>
<br><br><span class="spin">Hover To Spin!</span>
Would you like to try the code Try Now
No comments: