File "flash-20250503090854.css"

Full Path: /home2/sdektunc/cepali.edu.mx/wp-content/plugins/elementor/assets/lib/animations/flash-20250503090854.css
File size: 122 bytes
MIME-type: text/plain
Charset: utf-8

@keyframes flash {
	50%,
	from,
	to {
		opacity: 1;
	}
	25%,
	75% {
		opacity: 0;
	}
}
.flash {
	animation-name: flash;
}