Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
  <meta charset="utf-8">
  <title>JS Bin</title>
</head>
<body style="text-align: center">
0000000000000000000000000000000000000000<br>
11111111111111111111111111111111111111111<br>
2222222222222222222222222222222222222222<br>
33333333333333333333333333333333333333333333333<br>
44444444444444444444444444444444444<br>
55555555555555555555555555555555555555555555555<br>
6666666666666666666666666666666666666666<br>
77777777777777777777777777777777777777777777777<br>
8888888888888888888888888888888888888888888888888<br>
999999999999999999999999999999999999999999999999<br>
00000000000000000000000000000000000000000000000<br>
0000000000000000000000000000000000000000<br>
11111111111111111111111111111111111111111<br>
2222222222222222222222222222222222222222<br>
33333333333333333333333333333333333333333333333<br>
44444444444444444444444444444444444<br>
55555555555555555555555555555555555555555555555<br>
6666666666666666666666666666666666666666<br>
77777777777777777777777777777777777777777777777<br>
8888888888888888888888888888888888888888888888888<br>
999999999999999999999999999999999999999999999999<br>
00000000000000000000000000000000000000000000000<br>
0000000000000000000000000000000000000000<br>
11111111111111111111111111111111111111111<br>
2222222222222222222222222222222222222222<br>
33333333333333333333333333333333333333333333333<br>
44444444444444444444444444444444444<br>
55555555555555555555555555555555555555555555555<br>
6666666666666666666666666666666666666666<br>
77777777777777777777777777777777777777777777777<br>
8888888888888888888888888888888888888888888888888<br>
999999999999999999999999999999999999999999999999<br>
00000000000000000000000000000000000000000000000<br>
0000000000000000000000000000000000000000<br>
11111111111111111111111111111111111111111<br>
2222222222222222222222222222222222222222<br>
33333333333333333333333333333333333333333333333<br>
44444444444444444444444444444444444<br>
55555555555555555555555555555555555555555555555<br>
6666666666666666666666666666666666666666<br>
77777777777777777777777777777777777777777777777<br>
8888888888888888888888888888888888888888888888888<br>
999999999999999999999999999999999999999999999999<br>
00000000000000000000000000000000000000000000000<br>
  <div id="overlay"><div id="content">
    <p>1 Content you want the user to see goes here.
    <p>2 Content you want the user to see goes here.
    <p>3 Content you want the user to see goes here.
    <p>4 Content you want the user to see goes here.
    <p>5 Content you want the user to see goes here.
    <p>6 Content you want the user to see goes here.
    <p>7 Content you want the user to see goes here.
    <p>8 Content you want the user to see goes here.
    <p>9 Content you want the user to see goes here.
    <p>0 Content you want the user to see goes here.
    <p>1 Content you want the user to see goes here.
    <p>2 Content you want the user to see goes here.
    <p>3 Content you want the user to see goes here.
    <p>4 Content you want the user to see goes here.
    <p>5 Content you want the user to see goes here.
      </div>
 </div>
  <style>
     #overlay {
    visibility: visible;
    position: fixed;
    left: 0px;
    top: 0px;
    width:100%;
    height:100%;
    text-align:center;
       background-color:white;
    z-index: 1000;
 }
  #content {
    text-align:center;
    height:100%;
    background:lightgray;
    margin:0 auto;
    overflow:auto;
}
  </style>
<br>
</body>
</html>
Output

You can jump to the latest bin by adding /latest to your URL

Dismiss x
public
Bin info
anonymouspro
0viewers