Created
October 20, 2015 10:17
-
-
Save malachi358/3f0acba87ee40d31cadd to your computer and use it in GitHub Desktop.
CSS Google Shadow Mask
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
._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