CSS Tables: Table Color

//the example below specifies the background color and text color of <th> elements

th {
  background-color: #4CAF50;
  color: white;
}

CSS Tables: Table Color — Structure map

Clickable & Draggable!

CSS Tables: Table Color — Related pages: