Created
April 27, 2015 10:46
-
-
Save oguzhanaslan/b4348000a9c289ea33f6 to your computer and use it in GitHub Desktop.
yazının üstündeki beyaz gölgeli güzel şey
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
/* 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