Skip to content

Instantly share code, notes, and snippets.

@schourode
Created November 2, 2008 15:26
Show Gist options
  • Save schourode/21707 to your computer and use it in GitHub Desktop.
Save schourode/21707 to your computer and use it in GitHub Desktop.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html>
<head>
<title>Stretched image in background</title>
<style type="text/css">
body, html { margin: 0; padding: 0 }
img { position:absolute; z-index:-1; width:100%; height:100% }
</style>
</head>
<body>
<img src="http://www.lolgamers.com/limecat.jpg" alt="" />
<h1>Limecat is not pleased</h1>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment