Skip to content

Instantly share code, notes, and snippets.

@justincampbell
Created July 26, 2012 19:03
Show Gist options
  • Save justincampbell/3183836 to your computer and use it in GitHub Desktop.
Save justincampbell/3183836 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>Popcorn</title>
<style type="text/css">
body {
background: white url(popcorn.gif) no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-ms-background-size: cover;
-o-background-size: cover;
background-size: cover
}
</style>
</head>
<body>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment