22 lines
188 B
CSS
22 lines
188 B
CSS
#output {
|
|
white-space: pre;
|
|
}
|
|
|
|
body {
|
|
font-size: 16px;
|
|
}
|
|
|
|
p {
|
|
line-height: 1.8;
|
|
}
|
|
|
|
input, textarea {
|
|
display: block;
|
|
}
|
|
|
|
#wrapper {
|
|
width: 750px;
|
|
margin: 0 auto;
|
|
}
|
|
|