Files
ghost-theme/partials/ctaButton.hbs
T
Dimitrie Stefanescu 67730a6b2b feat: many improvements
2021-06-27 15:19:04 +01:00

3 lines
291 B
Handlebars

<a href="/getstarted" class="inline-block items-center justify-center px-8 py-3 border-4 border-blue-600 transition text-base font-medium rounded-md text-white bg-blue-500 hover:bg-blue-700 hover:shadow-3xl md:py-4 md:text-lg">
<span class="text-white no-underline">Get Started</span>
</a>