Preview
HTML
<div class="h-full flex flex-col justify-around text-center
text-brand-primary-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>
CSS
/* Define the background colour of the channel MPU snippet */
.content-card--code-snippet .content-card__inner {
background: ;
}