ragebhanukiran's picture
initial commit
b338c44 verified
Raw
History Blame Contribute Delete
744 Bytes
body {
font-family: Arial, sans-serif;
background-color: #f4f4f4;
text-align: center;
padding: 20px;
}
h2 {
color: #333;
}
form {
background: white;
padding: 20px;
border-radius: 8px;
box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
display: inline-block;
margin: 20px;
}
input[type="file"] {
margin: 10px 0;
}
button {
background-color: #28a745;
color: white;
border: none;
padding: 10px 15px;
border-radius: 5px;
cursor: pointer;
font-size: 16px;
}
button:hover {
background-color: #218838;
}
img {
margin-top: 15px;
max-width: 80%;
border-radius: 8px;
box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}