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 class="content">
    <div class="centered"><h1>Hello</h1></div>
  </div>
</body>
</html>
 
.content {
  width: 70%;
  background-color: #e5e5e5;
  margin: 0 auto;
}
.centered {
  width: 150px;
  background-color: #ccc;
  margin: 0 auto;
}
Output

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

Dismiss x
public
Bin info
balexandrepro
0viewers