ytDownloader / Youtube-tool /src /components /MeshGradient.astro
Anshishere's picture
Upload 16532 files
494fa67 verified
Raw
History Blame Contribute Delete
351 Bytes
---
---
<div class="absolute inset-0 -z-10 overflow-hidden bg-black">
<div class="absolute top-0 left-1/2 -translate-x-1/2 w-full max-w-[1200px] aspect-square md:aspect-video opacity-40 blur-[150px] pointer-events-none">
<div class="absolute inset-0 bg-gradient-to-r from-red-600 via-red-900 to-black rounded-full"></div>
</div>
</div>