Files
Roman Pyrih 7483681901 first commit
2026-04-21 15:48:41 +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);
}