12 lines
152 B
CSS
12 lines
152 B
CSS
table, th, td {
|
|
width: 100%;
|
|
border: 1px solid white;
|
|
}
|
|
|
|
td, th {
|
|
padding-left: 5px;
|
|
padding-right: 5px;
|
|
padding-top: 2px;
|
|
padding-bottom: 2px;
|
|
}
|