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>
  
  <table id="container"></table>
</body>
</html>
 
 #container{ 
   width:682px; 
   height:310px; 
   background-color:#555; 
   font-size:85%;
 }
.cell { 
  width:30px; 
  height:30px;
  background-color:#333; 
  color:#ccc;
  float:left; 
  margin-right:1px;
  margin-bottom:1px;
}
Output

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

Dismiss x
public
Bin info
anonymouspro
0viewers