Code Snippet Library - Branding Bar Text & Logo

Code Snippet Library - Branding Bar Text & Logo
Like

Share this post

Choose a social network to share with, or copy the URL to share elsewhere

This is a representation of how your post may appear on social media. The actual post will vary between social networks

Preview

HTML

<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 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-6 mr-4">
</a>
</div>
</div>

CSS

/* Define the background colour of the branding bar */
.branding-bar {
  background-color: ;
}

To access please sign in or register for free

If you are a registered user on Zapnito Knowledge Hub, please sign in