Skip to content

Instantly share code, notes, and snippets.

@Shoyad
Created April 25, 2016 12:21
Show Gist options
  • Save Shoyad/da6945597e0f5e1db84383400ed189b0 to your computer and use it in GitHub Desktop.
Save Shoyad/da6945597e0f5e1db84383400ed189b0 to your computer and use it in GitHub Desktop.
body{
position: relative;
}
body::before {
background: url("filename") no-repeat center center;
background-size: cover;
content: ' ';
height: 100%;
left: 0;
position: fixed;
top: 0;
width: 100%;
will-change: transform;
z-index: -1;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment