Skip to content

Instantly share code, notes, and snippets.

@oguzhanaslan
Created April 27, 2015 10:46
Show Gist options
  • Save oguzhanaslan/b4348000a9c289ea33f6 to your computer and use it in GitHub Desktop.
Save oguzhanaslan/b4348000a9c289ea33f6 to your computer and use it in GitHub Desktop.
yazının üstündeki beyaz gölgeli güzel şey
/* example: http://mnmly.com/ */
.seks {
top: 0;
left: 0;
width: 100%;
height: 100px;
position: fixed;
display: block;
content: "";
background: -webkit-gradient(linear,left top,left bottom,color-stop(0,#fff),color-stop(.6,rgba(255,255,255,0)));
background: -moz-linear-gradient(center top,#fff 0%,rgba(255,255,255,0) 60%);
pointer-events: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment