DEV Community

Freecodez
Freecodez

Posted on

Happy Dussehra ✨ 3D card hover animation using css

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.

Happy Dussehra ✨ 3D card hover animation using css

Happy Dussehra ✨ 3D card hover animation using css

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

<!-- https://freecodez.com -->

<div class="card">
    <div class="wrapper">
        <img src="https://w0.peakpx.com/wallpaper/837/578/HD-wallpaper-jay-shri-ram-golden-art-work-lord-god-bhakti.jpg" class="cover-image" />
    </div>
    <img src="https://res.cloudinary.com/freecodez/image/upload/v1698112176/images/qmdfgphh69jhwkjjgbsm.webp" class="title" />
    <img src="https://www.godpng.com/uploads/png/shree-ram-photo-png.png" class="character" />
</div>
Enter fullscreen mode Exit fullscreen mode

Source Code : https://freecodez.com/post/a4hqnbq

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

Top comments (0)