6 lines
97 B
CSS
6 lines
97 B
CSS
table, th, td {
|
|
border: 1px solid;
|
|
border-collapse: collapse;
|
|
width: 50%;
|
|
padding: 4px;
|
|
} |