.active {
  background: black;
}

.unactive
{
  background: white;
}

table {
  border-style: solid;
  border-width: 2px;
}

td
{
  border-style: solid;
  border-width: 2px;

  width: 100px;
  height: 100px;
}