mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 06:35:42 +00:00
17 lines
264 B
HTML
17 lines
264 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>background-size: contain; on body</title>
|
|
<style type="text/css">
|
|
body
|
|
{
|
|
background-image: url(aqua-32x32.png);
|
|
background-attachment: scroll;
|
|
background-repeat: no-repeat;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
</body>
|
|
</html>
|