blob: 13927cd5faf198722b30229dad32d244e7c797d6 [file] [log] [blame]
<html>
<head>
<style>
body {
margin: 0;
}
.container {
height: 2000px;
overflow: hidden;
width: 50%;
height: 50%;
background-image: url('resources/green-blue.png');
background-attachment: fixed;
background-repeat: no-repeat;
background-size: 300px;
}
</style>
</head>
<body>
<div class="container"></div>
</body>
</html>