Skip to content

Instantly share code, notes, and snippets.

@soderalohastrom
Created June 22, 2014 00:41
Show Gist options
  • Save soderalohastrom/6de914662dab0e924785 to your computer and use it in GitHub Desktop.
Save soderalohastrom/6de914662dab0e924785 to your computer and use it in GitHub Desktop.
Using cover with prefixes
html {
background: url(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