Created
August 13, 2015 13:51
-
-
Save fredericAerts/3491104b0e5d61fc6d9f to your computer and use it in GitHub Desktop.
web developer in 3 days - v2
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
| .header { | |
| position: fixed; | |
| top: 0; | |
| width: 100%; | |
| background: #FFFFFF; | |
| box-shadow: 0 0 2px 3px #DDDDDD; | |
| z-index: 999; | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment