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.
 
 
 

24 lines
309 B

table {
border: solid 1px #12A89D;
a {
color: #12A89D;
text-decoration: none;
font-weight: bold;
}
> thead,
> tfoot {
> tr {
background-color: orange;
}
}
> thead > tr > th,
> tfoot > tr > th,
> tbody > tr > td {
text-align: left;
padding: 10px;
}
}