24 lines
303 B
CSS
24 lines
303 B
CSS
body {
|
|
line-height: 1.6;
|
|
font-size: 18px;
|
|
font-family: sans-serif;
|
|
color: #222;
|
|
margin: 40px 40px ;
|
|
background-color: #fafaff;
|
|
}
|
|
|
|
.hidden {
|
|
visibility: hidden;
|
|
}
|
|
|
|
input[type="file"]{
|
|
field-sizing: content;
|
|
}
|
|
|
|
textarea.output
|
|
{
|
|
width: 400px;
|
|
height: 400px;
|
|
overflow-y: scroll;
|
|
resize: none;
|
|
} |