D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
realadss
/
www
/
joycater.in
/
wp-content
/
plugins
/
elementor
/
assets
/
lib
/
animations
/
styles
/
Filename :
pulse.css
back
Copy
@keyframes pulse { from, to { transform: scale3d(1, 1, 1); } 50% { transform: scale3d(1.05, 1.05, 1.05); } } .pulse { animation-name: pulse; }