Features
🔸Fully customizable
🔸Responsive
🔸Hover Effects
🔸CSS Code
Tutorial link:
☑️Support me on Patreon
☑️Elementor file download link click here
css code
<style>
.box:hover{
transform: scale(1.1);
}
.box{
transition: 0.35s ease-in;
}
</style>
Comments
Post a Comment