Skip to content

Instantly share code, notes, and snippets.

@feimoslong
Created June 19, 2012 06:00
Show Gist options
  • Save feimoslong/2952531 to your computer and use it in GitHub Desktop.
Save feimoslong/2952531 to your computer and use it in GitHub Desktop.
gmask
.g-mask {
z-index: 150;
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
background: black;
background: -webkit-radial-gradient(center,rgba(0, 0, 0, 0.3),rgba(0, 0, 0, 1) 80%);
background: -moz-radial-gradient(center,rgba(0, 0, 0, 0.3),rgba(0, 0, 0, 1) 80%);
background: radial-gradient(center,rgba(0, 0, 0, 0.3),rgba(0, 0, 0, 1) 80%);
opacity: .6;
filter: alpha(opacity=40);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment