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>
  <div>
    <h1>Whooa</h1>
    <p>I'm centered (look ma! no height defined)</p>
  </div>
</body>
</html>
 
div {
  background: rgba(186,210,190, .75);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
Output

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

Dismiss x
public
Bin info
fcalderanpro
0viewers