Skip to content

Instantly share code, notes, and snippets.

@wking-io
Last active January 11, 2022 22:12
Show Gist options
  • Save wking-io/0283a67510ec2b4e9d2b5a763e9839a1 to your computer and use it in GitHub Desktop.
Save wking-io/0283a67510ec2b4e9d2b5a763e9839a1 to your computer and use it in GitHub Desktop.
Tailwind classes to spruce up your thank you page.
<div class="inside-article text-center max-w-xl mx-auto w-5/6 py-16">
<header class="" aria-label="Content">
<h1 class="font-extrabold text-gray-900" itemprop="headline">Thank you</h1>
</header>
<div class="entry-content" itemprop="text">
<p class="has-text-align-center"><strong>Thank you for starting your trial! We have sent you an email with your credentials.</strong><br><br>If you need any help, do not hesitate to contact us.</p>
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment