Destination Durham Page
by andypotanin
HTML
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css">
<link rel="stylesheet" href="https://destinationpickleball.com/wp-content/themes/wp-festistack/build/index.css?ver=6.4.1">
<link rel="stylesheet" href="https://destinationpickleball.com/wp-content/themes/wp-festistack/src/lightbox/css/lightbox.css?ver=6.4.1">
<link rel="stylesheet" href="https://destinationpickleball.com/wp-content/themes/wp-festistack/build/index.css?ver=6.4.1">
<script src="https://cdn.tailwindcss.com/3.4.16"></script>
<!-- Pricing section -->
<div class="mx-auto mt-16 max-w-7xl px-6 sm:mt-32 lg:px-8">
<div class="mx-auto max-w-4xl text-center">
<h1 class="text-base/7 font-semibold text-indigo-600">Pricing</h1>
<p class="mt-2 text-balance text-5xl font-semibold tracking-tight text-gray-900 sm:text-6xl">Pricing that
grows with you</p>
</div>
<p class="mx-auto mt-6 max-w-2xl text-pretty text-center text-lg font-medium text-gray-600 sm:text-xl/8">Choose
an affordable plan that’s packed with the best features for engaging your audience, creating customer
loyalty, and driving sales.</p>
<div class="mt-16 flex justify-center">
<fieldset aria-label="Payment frequency">
<div
class="grid grid-cols-2 gap-x-1 rounded-full p-1 text-center text-xs/5 font-semibold ring-1 ring-inset ring-gray-200">
<!-- Checked: "bg-indigo-600 text-white", Not Checked: "text-gray-500" -->
<label class="cursor-pointer rounded-full px-2.5 py-1">
<input type="radio" name="frequency" value="monthly" class="sr-only">
<span>Monthly</span>
</label>
<!-- Checked: "bg-indigo-600 text-white", Not Checked: "text-gray-500" -->
<label class="cursor-pointer rounded-full px-2.5 py-1">
<input type="radio" name="frequency" value="annually" class="sr-only">
...
CSS
body {
background: #1F73BE
}