Skip to content

Instantly share code, notes, and snippets.

@sidonaldson
Created June 12, 2014 16:33
Show Gist options
  • Save sidonaldson/d3bfd72f3ef2c4ae6676 to your computer and use it in GitHub Desktop.
Save sidonaldson/d3bfd72f3ef2c4ae6676 to your computer and use it in GitHub Desktop.
Untitled
div{
height:300px;width:300px;background:red;
-webkit-mask-position: 0 0;
-webkit-mask-size: 100%;
-webkit-mask-image: -webkit-gradient(linear, left top, right bottom,
color-stop(0.00, rgba(0,0,0,1)),
color-stop(0.50, rgba(0,0,0,1)),
color-stop(0.50, rgba(0,0,0,0)),
color-stop(1.00, rgba(0,0,0,0)));
}
{"view":"split","fontsize":"100","seethrough":"","prefixfree":"1","page":"all"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment