Spaces:
Runtime error
Runtime error
File size: 316 Bytes
98129a3 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 |
body {
font-family: Arial, sans-serif;
background: #111;
color: #eee;
text-align: center;
padding: 40px;
}
.container {
background: #222;
padding: 30px;
border-radius: 10px;
display: inline-block;
}
input, select, button {
margin: 10px;
padding: 10px;
font-size: 1em;
}
|