Files
Roman Pyrih 7483681901 first commit
2026-04-21 15:48:41 +02:00

1 line
117 B
CSS

@keyframes pulse{from,to{transform:scale3d(1,1,1)}50%{transform:scale3d(1.05,1.05,1.05)}}.pulse{animation-name:pulse}