mirror of
https://github.com/uiverse-io/galaxy.git
synced 2025-11-28 13:10:21 +08:00
104 lines
No EOL
3.9 KiB
HTML
104 lines
No EOL
3.9 KiB
HTML
<!-- From Uiverse.io by themrsami - Tags: simple, pricing, card, light, tailwindcss -->
|
|
<div class="flex flex-wrap max-w-[380px] w-full">
|
|
<div class="w-full lg:w-1/2 xl:w-1/3 px-4 mb-8 lg:mb-0 mx-auto">
|
|
<div
|
|
class="max-w-sm lg:max-w-none mx-auto pt-10 px-10 pb-8 bg-gray-100 rounded-3xl"
|
|
>
|
|
<div class="text-center mb-6">
|
|
<h5 class="text-2xl font-semibold text-gray-800 mb-3">Standard</h5>
|
|
<span class="block text-5xl font-bold text-gray-800 mb-3">$15</span>
|
|
<span class="block text-gray-600 font-medium mb-6"
|
|
>per user, per month</span
|
|
>
|
|
<a
|
|
class="relative group inline-block w-full py-4 px-6 text-center text-gray-800 hover:text-gray-50 bg-yellow-300 font-semibold rounded-full overflow-hidden transition duration-200"
|
|
href="#"
|
|
>
|
|
<div
|
|
class="absolute top-0 right-full w-full h-full bg-gray-900 transform group-hover:translate-x-full group-hover:scale-102 transition duration-500"
|
|
></div>
|
|
<span class="relative">Start 7-days Trial</span>
|
|
</a>
|
|
</div>
|
|
<ul>
|
|
<li class="flex mb-4 items-center">
|
|
<svg
|
|
class="w-6 h-6 fill-current text-gray-800"
|
|
viewBox="0 0 20 20"
|
|
xmlns="http://www.w3.org/2000/svg"
|
|
>
|
|
<path
|
|
d="M7.293 13.293l-3-3a1 1 0 011.414-1.414L8 12.586l8.293-8.293a1 1 0 111.414 1.414l-9 9a1 1 0 01-1.414 0z"
|
|
></path>
|
|
</svg>
|
|
<span class="ml-2 text-gray-800">Unlimited Features</span>
|
|
</li>
|
|
<li class="flex mb-4 items-center">
|
|
<svg
|
|
class="w-6 h-6 fill-current text-gray-800"
|
|
viewBox="0 0 20 20"
|
|
xmlns="http://www.w3.org/2000/svg"
|
|
>
|
|
<path
|
|
d="M7.293 13.293l-3-3a1 1 0 011.414-1.414L8 12.586l8.293-8.293a1 1 0 111.414 1.414l-9 9a1 1 0 01-1.414 0z"
|
|
></path>
|
|
</svg>
|
|
<span class="ml-2 text-gray-800">Enhanced Security</span>
|
|
</li>
|
|
<li class="flex mb-4 items-center">
|
|
<svg
|
|
class="w-6 h-6 fill-current text-gray-800"
|
|
viewBox="0 0 20 20"
|
|
xmlns="http://www.w3.org/2000/svg"
|
|
>
|
|
<path
|
|
d="M7.293 13.293l-3-3a1 1 0 011.414-1.414L8 12.586l8.293-8.293a1 1 0 111.414 1.414l-9 9a1 1 0 01-1.414 0z"
|
|
></path>
|
|
</svg>
|
|
<span class="ml-2 text-gray-800">Priority Support</span>
|
|
</li>
|
|
<li class="flex mb-4 items-center">
|
|
<svg
|
|
class="w-6 h-6 fill-current text-gray-800"
|
|
viewBox="0 0 20 20"
|
|
xmlns="http://www.w3.org/2000/svg"
|
|
>
|
|
<path
|
|
d="M7.293 13.293l-3-3a1 1 0 011.414-1.414L8 12.586l8.293-8.293a1 1 0 111.414 1.414l-9 9a1 1 0 01-1.414 0z"
|
|
></path>
|
|
</svg>
|
|
<span class="ml-2 text-gray-800">Exclusive Access</span>
|
|
</li>
|
|
<li class="flex mb-4 items-center">
|
|
<svg
|
|
class="w-6 h-6 fill-current text-gray-500"
|
|
viewBox="0 0 20 20"
|
|
xmlns="http://www.w3.org/2000/svg"
|
|
>
|
|
<path
|
|
d="M7.293 13.293l-3-3a1 1 0 011.414-1.414L8 12.586l8.293-8.293a1 1 0 111.414 1.414l-9 9a1 1 0 01-1.414 0z"
|
|
></path>
|
|
</svg>
|
|
<span class="ml-2 text-gray-500 line-through"
|
|
>Ad-free Experience</span
|
|
>
|
|
</li>
|
|
<li class="flex items-center">
|
|
<svg
|
|
class="w-6 h-6 fill-current text-gray-800"
|
|
viewBox="0 0 20 20"
|
|
xmlns="http://www.w3.org/2000/svg"
|
|
>
|
|
<path
|
|
d="M7.293 13.293l-3-3a1 1 0 011.414-1.414L8 12.586l8.293-8.293a1 1 0 111.414 1.414l-9 9a1 1 0 01-1.414 0z"
|
|
></path>
|
|
</svg>
|
|
<span class="ml-2 text-gray-800">Customization Options</span>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
|