Preview
HTML Code
<div class="branding-bar__wrap flex w-full items-center">
<div class="w-1/2 flex items-center justify-start">
<p class="m-0 ml-4 font-bold text-white">Text</p>
</div>
<div class="w-1/2 flex items-center justify-end">
<!-- Add link to external site here -->
<a href="" target="_blank">
<!-- Add image URL below -->
<img src="" alt="Add relevant alt text here" class="h-8 mr-4">
</a>
</div>
</div>
Comments
0 comments
Please sign in to leave a comment.