Spaces:
Sleeping
Sleeping
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; | |
} | |