You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

27 lines
391 B

thead{
background: #00ffff;
border: 1px solid black;
}
.danse{
background: #ffff00;
border: 1px solid black;
}
table{
background: #000000; /*c'était pour voir les cellules vides */
empty-cells: show;
border-collapse: collapse;
}
tbody > th{
border: 1px solid black;
background: #ffffff;
}
td{
border: 1px solid black;
background: #ffffff;
}