
In this post We will show you how to Add Css3 Marquee Box To Blogger/blog , it's will auto-run and will pause when you place the mouse over the text.
You can see into below demo if you like this and you want to add this Css3 Marquee Box To Your blog , just follow the below steps
- First go to Blogger>>>Design>>>Edit HTML
- Search for the tag </head> using ctrl + f
- Copy n paste below code just above </head> tag.
<link rel="stylesheet" href="https://wwwb04-teamnet.googlecode.com/svn/marqueeTEXT.css" type="text/css" />
- Now Copy n paste Below HTML code at where you want to show The Marquee Box
<div class="MDmarquee">
<div class="scroller">
<div>Your Text Here <a href="URL">links</a>.</div>
<div>Your Text Here <a href="URL">links</a>.</div>
</div>
</div>