please I would like to add a particle to a div section in bootstrap containing some text and typed.js text without my text disappearing, is this possible?
<div class="container text-center">
<div id="particle-js">
<h1 class="heading">
TEXT
</h1>
<p>
<span class="typing"></span>
</p>
</div>
</div>