CSS Tables: Table Width and Height

table {
  width: 100%;
}

th {
  height: 50px;
}

Width and height of a table are defined by the width and height properties.

CSS Tables: Table Width and Height — Structure map

Clickable & Draggable!

CSS Tables: Table Width and Height — Related pages: