CSS Tables: Table Padding

th, td {
  padding: 15px;
  text-align: left;
}

To control the space between the border and the content in a table, use the padding property on <td> and <th> elements.

CSS Tables: Table Padding — Structure map

Clickable & Draggable!

CSS Tables: Table Padding — Related pages: