z0x.ca/src/components/Text.astro

6 lines
221 B
Text

<p class="relative text-4xl font-semibold text-foreground">
<span
class="absolute inset-0 opacity-0 blur-md motion-text bg-muted-foreground"
></span>
<span class="relative opacity-0 motion-text">z0x</span>
</p>