Created
May 24, 2013 16:06
-
-
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.
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 characters
| 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