Spaces:
No application file
No application file
File size: 590 Bytes
d35d570 e01f4ca d35d570 e01f4ca d35d570 e01f4ca d35d570 e01f4ca d35d570 e01f4ca |
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 33 34 35 36 37 38 39 40 41 42 |
body {
font-family: Arial, sans-serif;
background: #f0f4f8;
padding: 20px;
color: #333;
}
h1 {
color: #004080;
}
label {
display: block;
margin-top: 10px;
}
input, textarea {
width: 100%;
padding: 8px;
margin-top: 5px;
border-radius: 5px;
border: 1px solid #ccc;
}
button {
margin-top: 15px;
padding: 10px 15px;
background-color: #0070cc;
color: white;
border: none;
border-radius: 5px;
cursor: pointer;
}
a {
display: inline-block;
margin-top: 10px;
color: #0070cc;
text-decoration: none;
}
|