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>
<style>
 #mydiv { 
    width:500px;
    height:300px;
    position:absolute;
    top:0%;
    margin:-100px 0 0 0px;
    background-color: #8dc63f;
     text-align:center;
   horizontal-align:middle;
  }
</style>
</head>
<body>
  <div id="mydiv"><p id="hello">Hello World</p></div>
</body>
</html>
Output

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

Dismiss x
public
Bin info
anonymouspro
0viewers