Skip to content

Instantly share code, notes, and snippets.

@Fresh-Dev
Created February 10, 2016 19:25
Show Gist options
  • Save Fresh-Dev/b6342e83e91817c185b0 to your computer and use it in GitHub Desktop.
Save Fresh-Dev/b6342e83e91817c185b0 to your computer and use it in GitHub Desktop.
Full Screen Background Image
html {
background: url('images/bg.jpg') no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment