Skip to content

Instantly share code, notes, and snippets.

@garrows
Last active August 29, 2015 14:20
Show Gist options
  • Select an option

  • Save garrows/0f296b7150f597094748 to your computer and use it in GitHub Desktop.

Select an option

Save garrows/0f296b7150f597094748 to your computer and use it in GitHub Desktop.

Revisions

  1. garrows renamed this gist May 8, 2015. 1 changed file with 0 additions and 0 deletions.
    File renamed without changes.
  2. garrows created this gist May 8, 2015.
    16 changes: 16 additions & 0 deletions gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,16 @@
    .panes::after {
    content: "";
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    pointer-events: none;
    background: url("http://thecatapi.com/api/images/get?format=src&type=jpg,png");
    background-size: cover;
    opacity: 0.2;
    transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0);
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    }