15 lines
189 B
CSS
15 lines
189 B
CSS
th{
|
|
padding: 5px;
|
|
background-color: gray;
|
|
}
|
|
|
|
td{
|
|
padding: 5px;
|
|
background-color: lightgray;
|
|
}
|
|
|
|
th, td ,table{
|
|
border: solid black thin;
|
|
border-collapse: collapse;
|
|
}
|