Skip to content

Instantly share code, notes, and snippets.

@malachi358
Created October 20, 2015 10:17
Show Gist options
  • Save malachi358/3f0acba87ee40d31cadd to your computer and use it in GitHub Desktop.
Save malachi358/3f0acba87ee40d31cadd to your computer and use it in GitHub Desktop.
CSS Google Shadow Mask
._GAp ._GAU1 {
background: -webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.2)),to(rgba(0,0,0,0)));
-webkit-mask-box-image: -webkit-gradient(linear,left top,right top,color-stop(0.0,rgba(0,0,0,0)),color-stop(0.5,rgba(0,0,0,.8)),color-stop(1.0,rgba(0,0,0,0)));
border-top: 1px solid rgba(0,0,0,0.4);
height: 8px;
opacity: 0;
position: absolute;
width: 100%;
z-index: 300;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment