<div class="small-container">
<p id="marquee_paragraph">This is a looooong text with marquee.</p>
</div>var marquee_paragraph = document.getElementById('marquee_paragraph');
new Marquee(marquee_paragraph);<div class="small-container">
<p id="marquee_paragraph">This is a looooong text with marquee.</p>
</div>var marquee_paragraph = document.getElementById('marquee_paragraph');
new Marquee(marquee_paragraph);