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="wrapper">
    <section id="section">
      <ol id="list">
        <li id="i0"></li>
        <li id="i1"></li>
        <li id="i2"></li>
        <li id="i3"></li>
        <li id="i4"></li>
      </ol>
    </section>
  </div>
</body>
</html>
 
#wrapper {
  width: 85%;
  border: 5px red solid;
  text-align: center;
}
#section {
  border: 5px blue solid;
  display: inline-block;
}
#list {
  border: 5px orange solid;
  list-style-type: none;
  margin: 0 auto;
  padding: 0;
  overflow: auto;
  width: 70%;
}
#list > li {
  width: 100px;
  height: 100px;
  border: 5px green solid;
  float: left;
}
Output

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

Dismiss x
public
Bin info
anonymouspro
0viewers