28 lines
319 B
CSS
28 lines
319 B
CSS
html {
|
|
font-size: 24px;
|
|
font-family: 'Noto Sans', sans-serif;
|
|
}
|
|
|
|
body {
|
|
display: flex;
|
|
justify-content: center;
|
|
}
|
|
|
|
td {
|
|
padding: 0.5em 1em;
|
|
}
|
|
|
|
pre, code {
|
|
font-family: 'Noto Sans Mono', monospace;
|
|
}
|
|
|
|
pre {
|
|
margin: 0; font-size: 0.5em;
|
|
}
|
|
|
|
.charbox {
|
|
text-align: center;
|
|
width: 2em;
|
|
font-size: 1em;
|
|
}
|