Spaces:
No application file
No application file
| 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; | |
| } | |