Created
November 2, 2008 15:26
-
-
Save schourode/21707 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!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