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 id="outer-container">
  
    <div id="content-area">
      <div id="colored-box">
      </div>
    </div>
  </div>
</body>
</html>
 
html, body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
div#content-area {
  width: 300px;
  min-height: 300px;
  margin: 0 auto;
  background-color: #CCC;
}
div#colored-box {
  width: 100px;
  height: 100px;
  background-color: #0A0;
}
Output

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

Dismiss x
public
Bin info
anonymouspro
0viewers