12 lines
138 B
CSS
12 lines
138 B
CSS
|
body {
|
||
|
padding: 2rem;
|
||
|
}
|
||
|
|
||
|
table {
|
||
|
border-collapse: collapse;
|
||
|
}
|
||
|
table td,
|
||
|
table th {
|
||
|
outline: 1px solid graytext;
|
||
|
padding: 0.5rem;
|
||
|
}
|