Team:UCL London/testtable
From 2010.igem.org
<style type="text/css"> table.datatable { width: 100%; }
.datatable thead tr { background: #9bbb59; border-bottom: 2px solid #fff; }
.datatable tr
{
background: #ebf1de;
margin: 5px;
}
.datatable td { background: none; padding: 5px border: 1px solid #fff;
}
.datatable tr:nth-child(odd) { background: #d8e4bc; }
</style>
header 1 | header 2 | header 3 |
---|---|---|
row 1, cell 1 | row 1, cell 2 | row 1, cell 3 |
row 2, cell 1 | row 2, cell 2 | row 2, cell 3 |