I'm currently working on putting together a website, and to assist me with this task, I looked at this html code and this css code. The code includes a grid of 12 images with logos and animations. However, the images are not linkable, and I would like to make them clickable. I have attempted to modify the code to achieve this, but I seem to be encountering some strange outcomes. Could someone please provide assistance?
<div class="portfolio-items-wrapper">
<div class="portfolio-item-wrapper">
<div class="portfolio-img-background" style="background-image:url(Immagini/Crypto.jpg)">
<a href="cryptopage.html"><img src="Immagini/Crypto.jpg"></a>
</div>
<div class="img-text-wrapper">
<div class="logo-wrapper">
<img src="Immagini/Logo/Bitcoin.png">
</div>
</div>
</div>
</div>