Files
flowbite-beardedtek.com/layouts/partials/pricing/heading.html

12 lines
438 B
HTML

<section class="pt-8">
<div class="max-w-screen-xl px-4 mx-auto">
<div class="max-w-2xl mx-auto text-center">
<h2 class="text-3xl font-extrabold tracking-tight text-gray-900 sm:text-4xl dark:text-white">
{{ .title }}
</h2>
<p class="mt-4 text-base text-gray-500 sm:text-xl dark:text-gray-500">
{{ .text}}
</p>
</div>
</div>
</section>