Skip to content

Instantly share code, notes, and snippets.

@cmmartin
Last active August 29, 2015 14:23
Show Gist options
  • Save cmmartin/6e50326a6b03f2fecf60 to your computer and use it in GitHub Desktop.
Save cmmartin/6e50326a6b03f2fecf60 to your computer and use it in GitHub Desktop.
CSS background image cover
background: url('https://placeholdit.imgix.net/~text?txtsize=72&txt=background%20image&w=1020&h=860') 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