Skip to content

Instantly share code, notes, and snippets.

@oli
Created February 17, 2013 04:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save oli/4970141 to your computer and use it in GitHub Desktop.
Save oli/4970141 to your computer and use it in GitHub Desktop.
background-size: cover
/* background-size: cover */
body {
background: url("http://placekitten.com/150/200/") no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
<!-- content to be placed inside <body>…</body> -->
// alert('Hello world!');
{"view":"split","fontsize":"100","seethrough":"1","prefixfree":"1","page":"all"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment