Files
2025-08-04 16:00:02 +02:00

10 lines
228 B
CSS

.elementor-animation-rotate {
transition-duration: 0.3s;
transition-property: transform;
}
.elementor-animation-rotate:active,
.elementor-animation-rotate:focus,
.elementor-animation-rotate:hover {
transform: rotate(4deg);
}