9 lines
104 B
CSS
9 lines
104 B
CSS
body {
|
|
background-color: white;
|
|
margin: 0;
|
|
width: 100%;
|
|
}
|
|
th, td {
|
|
padding-right: 30px;
|
|
}
|