Shape Animation
Shape Animation
.elementor-button { display: inline-block; padding: 10px 20px; font-size: 18px; font-weight: bold; color: #FFF; background-color: #1DA1F2; border-radius: 50px; box-shadow: 0px 2px 5px #888; text-decoration: none; text-align: center; transition: all 0.3s ease-in-out; } .elementor-button:hover { transform: scale(1.05); box-shadow: 0px 2px 10px #888; } .elementor-button:active { transform: scale(0.95); box-shadow: 0px 1px 3px #888; }
Share