Last active
March 26, 2018 01:01
-
-
Save brennandunn/ce5b9470a4596de5c5c6841ce7b7a0ce to your computer and use it in GitHub Desktop.
RightMessage "Hello Bar" layout template
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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