mirror of
https://github.com/uiverse-io/galaxy.git
synced 2025-11-28 05:00:22 +08:00
27 lines
No EOL
851 B
HTML
27 lines
No EOL
851 B
HTML
<!-- From Uiverse.io by kamehame-ha - Tags: simple, purple, minimalist, gradient, card, cookie -->
|
|
<div
|
|
class="bg-gradient-to-r from-blue-400 to-indigo-500 rounded-lg overflow-hidden shadow-xl max-w-sm"
|
|
>
|
|
<div class="p-4">
|
|
<h2 class="text-lg font-semibold mb-2 text-white">Hello Traveler,</h2>
|
|
<p class="text-sm mb-4 text-white">
|
|
This website uses cookies to enhance user experience and to analyze
|
|
performance and traffic on our website.
|
|
</p>
|
|
<div class="flex justify-end space-x-4">
|
|
<button
|
|
class="duration-300 bg-black/0 hover:bg-black/25 text-white font-bold py-2 px-4 rounded"
|
|
>
|
|
Accept
|
|
</button>
|
|
<button
|
|
class="duration-300 bg-black/0 hover:bg-black/25 text-white font-bold py-2 px-4 rounded"
|
|
>
|
|
Decline
|
|
</button>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
|