<nav class="menu">
<a href="#" class="menu-item" data-img="https://placehold.co/400x300/3b82f6/ffffff?text=Project+1">
<span>01</span>
<span>Branding</span>
</a>
<a href="#" class="menu-item" data-img="https://placehold.co/400x300/8b5cf6/ffffff?text=Project+2">
<span>02</span>
<span>Development</span>
</a>
<a href="#" class="menu-item" data-img="https://placehold.co/400x300/ec4899/ffffff?text=Project+3">
<span>03</span>
<span>Marketing</span>
</a>
</nav>
<div class="cursor-img"></div>
Back to Snippets
Hover Image Reveal Links
Create an artistic navigation menu where images appear floating near the cursor when hovering over links. This effect is popular in creative portfolios and adds a high-end feel to simple lists.
522