Get your own website Result Size: 625 x 565
x
 
<!DOCTYPE html>
<html>
<style>
body {
  width: 5000px;
  height: 7500px;
}
button {
  position: fixed;
}
</style>
<body>
<h1>The Window Object</h1>
<h2>The scrollTo() Method</h2>
<p>Click the button to scroll the document window 300 pixels horizontally and 500 pixels vertically.</p>
<button onclick="scrollWin()" style="position:fixed">Click me to scroll</button>
<br>
<br>
<p>SCROLL SCROLL SCROLL SCROLL SCROLL SCROLL SCROLL SCROLL</p>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<p>SCROLL SCROLL SCROLL SCROLL SCROLL SCROLL SCROLL SCROLL</p>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<p>SCROLL SCROLL SCROLL SCROLL SCROLL SCROLL SCROLL SCROLL</p>
<br>
<br>
<br>