Skip to content

Instantly share code, notes, and snippets.

@brennandunn
Last active March 26, 2018 01:01
Show Gist options
  • Select an option

  • Save brennandunn/ce5b9470a4596de5c5c6841ce7b7a0ce to your computer and use it in GitHub Desktop.

Select an option

Save brennandunn/ce5b9470a4596de5c5c6841ce7b7a0ce to your computer and use it in GitHub Desktop.

Revisions

  1. brennandunn revised this gist Mar 26, 2018. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions layout.html
    Original file line number Diff line number Diff line change
    @@ -1,6 +1,7 @@
    <style>

    #topbar {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
  2. brennandunn created this gist Mar 26, 2018.
    29 changes: 29 additions & 0 deletions layout.html
    Original 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>