13 lines
159 B
CSS
13 lines
159 B
CSS
|
table,
|
||
|
th,
|
||
|
td {
|
||
|
border: 1px solid black;
|
||
|
border-collapse: collapse;
|
||
|
padding: 0.5em;
|
||
|
|
||
|
}
|
||
|
|
||
|
td:nth-child(3),
|
||
|
td:nth-child(2) {
|
||
|
text-align: right;
|
||
|
}
|