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="fieldElement"></div>
</body>
</html>
 
#fieldElement {
  line-height: 10px;
}
.cell{
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: white;
  border: 1px solid black;
}
.cell.F{
  background-color: red;
}
.cell.b{
  background-color: black;
}
Output

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

Dismiss x
public
Bin info
nubideuspro
0viewers