Skip to content

Instantly share code, notes, and snippets.

@shanemcd
Created November 8, 2011 16:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shanemcd/1348240 to your computer and use it in GitHub Desktop.
Save shanemcd/1348240 to your computer and use it in GitHub Desktop.
#wrap{
display: block;
position: absolute;
height: auto;
bottom:0;
top:0;
left:0;
right:0;
margin-top:50px;
margin-bottom:25px;
background-color: #e8f3f3;
-moz-box-shadow:
0px 1px 3px rgba(000,000,000,0.5),
inset 0px 0px 1px rgba(0,0,0,1);
-webkit-box-shadow:
0px 1px 3px rgba(000,000,000,0.5),
inset 0px 0px 1px rgba(0,0,0,1);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment