Last active
March 26, 2018 01:01
-
-
Save brennandunn/ce5b9470a4596de5c5c6841ce7b7a0ce to your computer and use it in GitHub Desktop.
Revisions
-
brennandunn revised this gist
Mar 26, 2018 . 1 changed file with 1 addition and 0 deletions.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -1,6 +1,7 @@ <style> #topbar { display: none; position: fixed; top: 0; left: 0; -
brennandunn created this gist
Mar 26, 2018 .There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,29 @@ <style> #topbar { 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>