mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
15 lines
202 B
HTML
15 lines
202 B
HTML
<!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>
|