Preview
HTML Code
<style>
.tf-card {
background: var(--brand-secondary);
border: none;
box-shadow: none;
}
</style>
<div class="text-brand-secondary-contrast space-y-6">
<p class="text-2xl font-bold">Title</p>
<p class="text-base">Description</p>
<!-- Add button URL below -->
<a href="" class="btn btn--primary">Button text</a>
</div>
Comments
0 comments
Please sign in to leave a comment.