02b4c7b
d7cc957
02b4c7b
d7cc957
02b4c7b
d7cc957
02b4c7b |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 |
body {
font-family: sans-serif;
}
section {
flex-direction: column;
font-weight: bold;
}
#text-gen-input {
width: 800px;
height: 200px;
}
.text-gen-output {
font-family: monospace;
} |