WordPress Elementor card hover scale effect

WordPress Elementor card hover scale effect 

Features 

🔸Fully customizable 
🔸Responsive 
🔸Hover Effects
🔸CSS Code
  
Tutorial link:

☑️Support me on Patreon



css code
<style>
    .box:hover{
        transform: scale(1.1);
    }
    .box{
        transition: 0.35s ease-in;
    }
</style>

Comments