9 lines
90 B
CSS
9 lines
90 B
CSS
|
|
html {
|
|
font-family: 'Arial', sans-serif;
|
|
}
|
|
|
|
table td {
|
|
padding: 0.125em 0.5em;
|
|
}
|