Skip to content

Instantly share code, notes, and snippets.

@tjhole
Created December 1, 2013 17:39
Show Gist options
  • Save tjhole/7738164 to your computer and use it in GitHub Desktop.
Save tjhole/7738164 to your computer and use it in GitHub Desktop.
CSS: Cover background
-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