my-website/resources/views/partials/love.blade.php

22 lines
792 B
PHP
Raw Permalink Normal View History

2024-02-19 14:45:41 +02:00
<section class="bg-gray-900 text-white">
<div class="mx-auto max-w-screen-xl px-4 py-32 lg:flex lg:h-screen lg:items-center">
<div class="mx-auto max-w-3xl text-center">
<h1
class="bg-gradient-to-r from-green-300 via-blue-500 to-purple-600 bg-clip-text text-3xl font-extrabold text-transparent sm:text-5xl"
>
WOW! Than You
<div class="mt-8 flex flex-wrap justify-center gap-4">
<a
class="block w-full rounded border border-blue-600 bg-blue-600 px-12 py-3 text-sm font-medium text-white hover:bg-transparent hover:text-white focus:outline-none focus:ring active:text-opacity-75 sm:w-auto"
href="/"
>
Go Back
</a>
</div>
</div>
</div>
</section>