Skip to content

Instantly share code, notes, and snippets.

@brennandunn
Last active March 26, 2018 01:01
Show Gist options
  • Save brennandunn/ce5b9470a4596de5c5c6841ce7b7a0ce to your computer and use it in GitHub Desktop.
Save brennandunn/ce5b9470a4596de5c5c6841ce7b7a0ce to your computer and use it in GitHub Desktop.
RightMessage "Hello Bar" layout template
<style>
#topbar {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100%;
text-align: center;
background: #000;
color: #fff;
padding: 4px 0;
z-index: 9998;
}
#topbar a {
margin-left: 10px;
padding: 2px 4px;
background: #00f;
color: #fff;
font-weight: bold;
border-radius: 5px;
}
</style>
<div id="topbar">
<span><strong>RightMessage + <em>Your Website</em>?</strong> Get a personalized video showing how we can help.</span>
<a href="/demo">Request yours</a>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment