td {
  width: 30px;
  height: 30px;
  border: 1px solid #000;
  text-align: center;
}
td:hover {
  background-color: #b9b9b9;
}