Skip to content

Instantly share code, notes, and snippets.

@ryansukale
Created May 16, 2011 06:43
Show Gist options
  • Save ryansukale/974015 to your computer and use it in GitHub Desktop.
Save ryansukale/974015 to your computer and use it in GitHub Desktop.
CSS class that can be used to create an overlay with a light grey background
.overlay{
position:absolute;
left:0px;
top:0px;
height:0px;
width:100%;
height:100%;
background-color:#fafafa
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment