Skip to content

Instantly share code, notes, and snippets.

@Wavesonics
Created September 25, 2018 01:19
Show Gist options
  • Save Wavesonics/ef89c89ca9d0bc10ebac35b1541a2150 to your computer and use it in GitHub Desktop.
Save Wavesonics/ef89c89ca9d0bc10ebac35b1541a2150 to your computer and use it in GitHub Desktop.
body:before {
background: url( {IMAGE} ) no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
content: "";
display: block;
position: fixed;
left: 0;
top: 0;
width: 100%;
height: 100vh;
z-index: -10;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment