Spaces:
Sleeping
Sleeping
File size: 223 Bytes
8eeb5a3 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 |
body {
font-family: Arial, sans-serif;
margin: 0;
padding: 20px;
}
h1 {
color: #333;
}
form {
margin-bottom: 20px;
}
input[type="file"], input[type="text"] {
display: block;
margin: 10px 0;
}
|