How would it be if your text under normal circumstances will be black and when hovered it becomes colorful with a shadow too?Sounds nice doesn't it?Now lets see what you gotta do to get colorful Text Effect Using Css on blogger:See the love demo here
Step1)First download a copy of your template.Go to Design-->Edit html-->Click on Download template.Always keep a backup of your template.
Step2)Now Search for the following Piece of code
]]></b:skin>
Step3)Now copy & paste the code from here directly before ]]></b:skin>
Step4) Now copy the following code & paste it anywhere between the open & close body tags.In other words paste it after <body> & before </body>
<div id="animationWrapper">
<a href="EXAMPLE URL">
<span class="span1">Sample</span>
<span class="span2">Example</span>
<span class="span3">Effects</span>
<span class="span4">Blogger</span>
</a>
</div>
Step5)Save the template & you are all done.Now replace the Example Url with any Url of your type & same way play with the Sample,Example etc properties.
No comments:
Post a Comment