Alex B. answered 10/29/21
If I can make someone stop hating math, I'll be happy forever
Hello Michael!
I took a look at your webpage, it's very cool.
You've currently got the link applied to the text, like so:
<a href="www.lifetimereserve.co">LIFETIME</a>
If I use Chrome Developer Tools and right-click the spinning box, and choose "Inspect," it can highlight parts of the screen while I hover over their HTML. It looks like the other things that occupy the same "space" as that text are the <div class="face ft">, the <div class="text3">, and the <div class="photon-shader">. When I right-click on any face of the box, the HTML element that it selects is the <div class="photon-shader"> on the relevant face.
So! Based on all that information, if you put the link around the "photon-shader" div, it will make that face become a clickable link.
Here's a code snippet of what it should look like (you have to promise not to copy and paste this!):
Michael H.
For some reason implementing this code distorts my box after I add that < /div > tag below LIFETIME. Any thoughts? It does correctly add the link though.11/23/21