Sandbox

Panaiotis Sandbox

H1H2
tr:nth-child(even) {
  background-color: #D6EEEE;
}
table {
border-spacing: 30px;
}

th, td {
border-style: dotted
}

  • dotted     
  • dashed     
  • solid     
  • double     
  • groove     
  • ridge     
  • inset     
  • outset     
  • none     
  • hidden
table th, table td {
padding-top: 5px;
padding-bottom: 5px;
padding-left: 10px;
padding-right: 10px
}
Stuff 1table, th, td {
border: 1px solid black;
border-collapse: collapse;
background-color: #96D4D4;
border-radius: 10px;

}