Fausto Busuito
Application changes
50b7a69
raw
history blame
271 Bytes
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;
}