JSK_Mechta/generate-ballots/style.css
2025-09-16 01:35:49 +03:00

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;
}