Fix gradient for 404 text

This commit is contained in:
prototypa
2022-08-20 02:28:06 -04:00
parent d4a441a9c6
commit b900d66b51

View File

@ -6,10 +6,12 @@
class="container flex flex-col items-center justify-center px-5 mx-auto my-8" class="container flex flex-col items-center justify-center px-5 mx-auto my-8"
> >
<div class="max-w-md text-center"> <div class="max-w-md text-center">
<h2 <h2 class="mb-8 font-bold text-9xl">
class="mb-8 font-extrabold text-9xl bg-clip-text text-transparent bg-gradient-to-r from-blue-500 to-pink-500 whitespace-nowrap" <span class="sr-only">Error</span>
> <span
<span class="sr-only">Error</span>404 class="bg-clip-text text-transparent bg-gradient-to-r from-blue-500 to-pink-500"
>404
</span>
</h2> </h2>
<p class="text-3xl font-semibold md:text-3xl"> <p class="text-3xl font-semibold md:text-3xl">
Sorry, we couldn't find this page. Sorry, we couldn't find this page.