Preview
HTML Code
<style>
.channel__mpu-code-snippet {
background: var(--brand-secondary);
}
.content-card--code-snippet .content-card__inner {
background: var(--brand-secondary);
box-shadow: none;
border: none;
}
</style>
<div class="h-full flex flex-col justify-around text-center text-brand-secondary-contrast">
<p class="text-2xl font-bold">Heading</p>
<p class="text-lg">Description</p>
<!-- Add button URL below -->
<a href="" class="btn btn-lg btn--primary">Button Text</a>
</div>
Comments
0 comments
Please sign in to leave a comment.