Spaces:
Sleeping
Sleeping
File size: 446 Bytes
46171ae | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 | body {
font-family: Arial;
background: #f5f5f5;
padding: 20px;
}
.container {
max-width: 800px;
margin: auto;
background: white;
padding: 20px;
border-radius: 10px;
}
textarea {
width: 100%;
height: 150px;
margin-bottom: 10px;
}
select, button {
padding: 10px;
margin-top: 10px;
}
pre {
background: #111;
color: #0f0;
padding: 10px;
margin-top: 20px;
overflow-x: auto;
} |