Skip to content

Instantly share code, notes, and snippets.

@cnkt
Created September 2, 2014 17:12
Show Gist options
  • Save cnkt/6477dfb51cf318aab7a4 to your computer and use it in GitHub Desktop.
Save cnkt/6477dfb51cf318aab7a4 to your computer and use it in GitHub Desktop.
white gradient before image
&::before {
content: " ";
width: 100%;
height: 150px;
position: absolute;
z-index: 0;
top: 0;
left: 0;
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…IgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
#gradient > .vertical-three-colors(rgba(255, 255, 255, 1), rgba(255, 255, 255, .9), 50%, rgba(255, 255, 255, 0));
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment