Ads 3

Tuesday, 21 June 2016

How to : Rotating Text On Hover

Just move your cursor to text and you can see rotating text in HTML web page
copy and past below code to your HTML



Code is here :

<!-- This Script is from http://htmlcodehelper.blogspot.com/, Provided by: Shirazteam110@gmail.com -->
<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://scopewe.com/double-pipe-heat-exchanger-design-part-1/" style="text-decoration:none;bottom:0;left:10px;font-size:5pt;color:gray;position:absolute">heat exchanger design</a><a target="_blank" href="http://htmlcodehelper.blogspot.com/" style="font-size: 8pt; text-decoration: none">Html Codes</a>




No comments:

Post a Comment