Files
ghost-theme/partials/ctaButton.hbs
T
Dimitrie Stefanescu 24edec9b37 feat(css): lots of it
2021-06-24 14:55:13 +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-600 hover:bg-blue-700 hover:shadow-3xl md:py-4 md:text-lg">
<span class="text-white no-underline">Get Started</span>
</a>