Skip to content

Instantly share code, notes, and snippets.

@hulufei
Created August 10, 2012 13:11
Show Gist options
  • Save hulufei/3314106 to your computer and use it in GitHub Desktop.
Save hulufei/3314106 to your computer and use it in GitHub Desktop.
Pure css for full window mask
.modal-mask {
position: fixed;
left: 0;
top: 0;
bottom: 0;
right: 0;
background-color: #000;
opacity: 0.8;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment