Hi I’m trying to implement the codepen linked below into my intro-section
background. What am i doing that’s wrong? Here is my attempt below.
Possible reason why the background is not showing on the intro-section
Due to the canvas use I thought I should place it at the bottom ofintro-section
to ensure the text goes over the background. As a result of this, I have put my html below.
<!-- Intro Section -->
<section id="intro" class="intro-section">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<p class="main1">Welcome To My Digital Portfolio</p>
<p class="main2">My name is Liam Docherty</p>
<p class="main3">I'm a front end web developer from London.</p>
</div>
</div>
</div>
<canvas id="canvas"></canvas>
</section>
JSFIDDLE link I’m trying to implement into my intro-section
background