blob: c9bfd99819afd7dd3b1ad70d8b993c554dd30c53 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
<!DOCTYPE html>
<html>
<head>
<title>background-size: 100% 100%; on body</title>
<style type="text/css">
body
{
background-image: url(green-16x20.png);
}
</style>
</head>
<body>
</body>
</html>
|