Skip to content

Instantly share code, notes, and snippets.

@musicalbigfoot
Created July 22, 2013 19:43
Show Gist options
  • Save musicalbigfoot/6056973 to your computer and use it in GitHub Desktop.
Save musicalbigfoot/6056973 to your computer and use it in GitHub Desktop.
CSS: Background Size - Cover
-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