DEV Community

Freecodez
Freecodez

Posted on

Amazing shoe preview product card design using spline

Hey there, You are most welcome to this article. I hope you will enjoy this article. If you like this article then please share this article with your friends and colleagues. If you have any questions or suggestions regarding this article then please comment down below.

Amazing shoe preview product card design using spline

Amazing shoe preview product card design using spline

For full source code visit : https://freecodez.com/post/3xngrh7

<!-- https://freecodez.com -->
<div class="absolute inset-0 z-0 group cursor-pointer bg-violet-50">
    <canvas id="canvas3d" class="block w-full h-full relative z-10"></canvas>

    <div class="absolute left-1/2 top-1/2 z-0 -translate-x-1/2 -translate-y-1/2">
        <svg class="animate-spin h-10 w-10" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
            <g fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="2">
                <circle class="opacity-20" cx="12" cy="12" r="11" />
                <path d="m23 12c0 6.1-4.9 11-11 11" />
            </g>
        </svg>
    </div>
</div>
Enter fullscreen mode Exit fullscreen mode

Source Code : https://freecodez.com/post/3xngrh7

For more such articles visit : https://freecodez.com

Top comments (0)