Skip to content

Instantly share code, notes, and snippets.

@sirlancelot
Created May 24, 2013 16:06
Show Gist options
  • Select an option

  • Save sirlancelot/5644558 to your computer and use it in GitHub Desktop.

Select an option

Save sirlancelot/5644558 to your computer and use it in GitHub Desktop.
Affix the green bar to the top of the page. Really neat effect when scrolling and watching the "Fork me on Github" button.
body::before {
content: "";
height: 6px;
background-color: #8cc84b;
position: fixed;
left: 0;
right: 0;
top: 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment