Spaces:
Sleeping
Sleeping
File size: 397 Bytes
47526b2 |
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 26 27 28 29 30 31 32 |
body {
font-family: Arial, sans-serif;
text-align: center;
background-color: #f8f8f8;
}
h1 {
color: #333;
}
form {
margin: 20px;
}
button {
background-color: #4CAF50;
color: white;
padding: 10px 20px;
border: none;
cursor: pointer;
}
button:hover {
background-color: #45a049;
}
img {
width: 50%;
margin-top: 20px;
border-radius: 5px;
}
|