pika-tokenizer / style.css
qikp's picture
Update style.css
050a43e verified
raw
history blame contribute delete
172 Bytes
body {
font-family: sans-serif;
text-align: center;
}
#output {
overflow: auto;
resize: both;
border-style: solid;
border-color: black;
border-radius: 4px;
}