7 lines
90 B
CSS
7 lines
90 B
CSS
#data{
|
|
width: 100%;
|
|
text-align: center;
|
|
}
|
|
#data>tbody>tr>td{
|
|
border: solid black 1px;
|
|
} |