Welcome to our latest WordPress Elementor tutorial! This step-by-step guide for
WordPress Elementor Button With Cool Hover Effect
Features
🔸Fully customizable
🔸Responsive
🔸Code
Tutorial link:
☑️Support me on Patreon
Code
.btn {
flex: calc(.75 + var(--_s,0));
cursor: pointer;
transition: flex .4s;
}
.btn:hover,
.btn:active:not(:focus-visible) {
--_s: .75;
}
Comments
Post a Comment