Skip to content

Instantly share code, notes, and snippets.

View njorogesteve10's full-sized avatar

stephen njoroge njorogesteve10

  • Limuru,Kenya
  • 14:55 (UTC -12:00)
View GitHub Profile
@tuto1902
tuto1902 / pricing.blade.php
Created March 31, 2024 04:45
Subscription Plans
<!-- Pricing -->
<div class="max-w-[85rem] px-4 py-10 sm:px-6 lg:px-8 lg:py-14 mx-auto">
<!-- Title -->
<div class="max-w-2xl mx-auto text-center mb-10 lg:mb-14">
<h2 class="text-2xl font-bold md:text-4xl md:leading-tight dark:text-white">Subscription Plans</h2>
<p class="mt-1 text-gray-600 dark:text-gray-400">Choose the plan that better fits your needs.</p>
</div>
<!-- End Title -->
<!-- Grid -->