blob: 79ea1fe6d73b4a3c58602fe52ca8ceb804dfe533 [file] [log] [blame]
<!DOCTYPE html>
<style>
#target {
width: 1000px;
height: 1000px;
background-image: url(../resources/apple.jpg);
background-size: cover;
background-attachment: fixed;
background-position: center;
}
</style>
<div id="target"></div>