I am trying to turn an image into a hyperlink, but the way I have the image set up I am having trouble figuring out how to do so heres the code I'm using to show and position the image sorry if wording is confusing don't know fully how to describe the problem
<style>
main .left:after{
display:clickable-flexbox;
position: relative;
justify-content: center;
align-items: center;
content: url(https://i.ibb.co/N6vG5gWZ/Bottom-of-left.png);
}
</style>