I am trying to achieve a similar header layout like the one shown on this page. However, when I insert some text within the header section:
<div id="large-header" class="large-header">
<h1 style="font-size:150%;">Dummy Text</h1>
<p style="font-size:100%;">Dummy Text Dummy Text Dummy Text Dummy Text Dummy Text Dummy Text Dummy Text</p>
<canvas id="demo-canvas" width="1280" height="840"></canvas>
</div>
The mouse-hover effect of the particle animation gets thrown off by the inserted text.
Is there a way to keep the hover effect centered around my cursor despite adding text inside the header?