Skip to content

Instantly share code, notes, and snippets.

<svg width="150" height="150" viewBox="0 0 150 150" fill="none" xmlns="http://www.w3.org/2000/svg" class="mb-4">
<!-- Background square with continuous pulse animation -->
<rect x="0" y="0" width="150" height="150" fill="#4d1a7d" class="transition-all duration-300 transform hover:rotate-6 animate-[pulse-grow_3s_infinite]" />
<!-- Checkmark path with bounce animation and neon purple color -->
<path d="M45 75 L65 95 L110 50" stroke="#8a2be2" stroke-width="15" stroke-linecap="round" stroke-linejoin="round" class="transition-all duration-300 transform hover:translate-y-1 animate-[check-bounce_2s_infinite]" />
</svg>