Works now (without edit)

This commit is contained in:
2023-06-07 14:51:30 -04:00
parent a9f3be99cb
commit 9a0576b2a4
6 changed files with 41 additions and 149 deletions

View File

@@ -45,12 +45,12 @@
<main>
<div class="card">
<a id="card" href="#">
<img id="backgroundLayer" src="#" width="404" height="225" style="z-index: 0;">
<img id="nameLayer" src="#" width="404" height="225" style="z-index: 1;">
<img id="titleLayer" src="#" width="404" height="225" style="z-index: 2;">
<img id="emailLayer" src="#" width="404" height="225" style="z-index: 3;">
<img id="locationLayer" src="#" width="404" height="225" style="z-index: 4;">
<img id="numbersLayer" src="#" width="404" height="225" style="z-index: 5;">
<canvas id="backgroundLayer" width="404" height="225" style="z-index: 0;"></canvas>
<canvas id="nameLayer" width="404" height="225" style="z-index: 1;"></canvas>
<canvas id="titleLayer" width="404" height="225" style="z-index: 2;"></canvas>
<canvas id="emailLayer" width="404" height="225" style="z-index: 3;"></canvas>
<canvas id="locationLayer" width="404" height="225" style="z-index: 4;"></canvas>
<canvas id="numbersLayer" width="404" height="225" style="z-index: 5;"></canvas>
</a>
</div>
<div class="container">