Skip to content

Instantly share code, notes, and snippets.

@ayozebarrera
Created August 20, 2014 08:34
Show Gist options
  • Save ayozebarrera/206682d0de192b68c04d to your computer and use it in GitHub Desktop.
Save ayozebarrera/206682d0de192b68c04d to your computer and use it in GitHub Desktop.
Typical shadow on header element.
#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