Preview
HTML Code
<div class="mb-4 flex flex-col sm:flex-row items-center p-4 bg-brand-secondary text-brand-secondary-contrast tf-rounded space-y-4 sm:space-y-0">
<div class="w-full sm:w-2/3 flex justify-center sm:justify-start">
<p class="m-0 text-lg font-bold">Banner text</p>
</div>
<div class="w-full sm:w-1/3 flex justify-center sm:justify-end">
<!-- Add button URL below -->
<a href="" class="btn btn--primary">Button text</a>
</div>
</div>
Comments
0 comments
Please sign in to leave a comment.