File size: 271 Bytes
50b7a69 |
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 |
body {
font-family: Arial, sans-serif;
margin: 20px;
}
h1 {
color: #333;
}
form {
margin-top: 20px;
}
label {
display: block;
margin-top: 10px;
}
input[type="text"], input[type="file"] {
margin-top: 5px;
}
button {
margin-top: 20px;
} |