Created
August 20, 2014 08:34
-
-
Save ayozebarrera/206682d0de192b68c04d to your computer and use it in GitHub Desktop.
Typical shadow on header element.
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
#shadow{ | |
top: 0; | |
left: 0; | |
right: 0; | |
height: 6px; | |
box-shadow: inset 0px 5px 6px -3px rgba(0, 0, 0, 0.4); | |
position: static; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment