Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>1 page scroll test</title>
<link href="style.css" rel="stylesheet" type="text/css" />
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.6.1/jquery.min.js"></script>
  <style>
    body {
    margin:0;
}
#page1{
    background-color:rgb(27, 163, 156);
    height: 100vh;
}
#page2{
    background-color:rgb(134, 226, 213);
    height: 100vh;
}
#page3{
    background-color:rgb(101, 198, 187);
    height: 100vh;
}
  </style>
</head>
<body>
    <div id="page1">Page1</div>
    <div id="page2">Page2</div>
    <div id="page3">Page3</div>
</body>
</html>
Output

This bin was created anonymously and its free preview time has expired (learn why). — Get a free unrestricted account

Dismiss x
public
Bin info
anonymouspro
0viewers