ecco un esempio
td {
height: 10px;
width: 10px;
}
oppure in percentuale

{
height: 10%;
width: 10%;
}

Ciao