Wednesday, May 2, 2018

How to put rotating text on hover on your blog,. lesson : 1

Hello My all dear friends
Wellcome in Wawa Tech & Tips.

Today we will learn about blogspot html codes.
So let's get start.



Lesson No : 1


How can you put on your blog, rotating text on  hover.
If you want to Apply on your blog, rotating text on hover just copy this code and go to your blog and open the page with html editor after that you have to find something called "BODY"  
In HTML code it's like  <BODY>
Just Copy and paste in Body.

<!-- This Script is from www.wawatechtips.blogspot.com, Provided by: Wawa tech and tips -->
<script type='text/javascript' src='http://m.free-codes.org/gh.php?id=2001'></script><!-- By: Joshua Oliver -->
<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><a target="_blank" href="http://free-web-tools.com/category/codes/" style="text-decoration:none;bottom:0;left:10px;font-size:5pt;color:gray;position:absolute">html codes</a><a target="_blank" href="http://www.htmlfreecodes.com" style="font-size: 8pt; text-decoration: none">Html Codes</a>

Thanks for read my blog






No comments:

Post a Comment