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.

Revisions

  1. cnkt created this gist Sep 2, 2014.
    11 changes: 11 additions & 0 deletions gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,11 @@
    &::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));
    }